Skip to content

Commit

Permalink
修复迁移工具跳转错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zyx0814 committed Apr 29, 2019
1 parent 125e82e commit 18f4ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/cloud/movetool_run.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
echo "<script type=\"text/javascript\">";
echo "parent.setProgress(".json_encode($re).");";
if(!$re['error']){
echo "window.location.href='".$runurl;
echo "window.location.href='".$runurl."'";
}
echo "</script>";
include template('common/footer');
Expand Down

0 comments on commit 18f4ae8

Please sign in to comment.