* Fix the problem of white screen after upgrade.

This commit is contained in:
tianshujie
2022-03-02 09:35:34 +08:00
parent 1dafa1e8dd
commit 2ef598afcc
+1 -1
View File
@@ -894,7 +894,7 @@ class upgrade extends control
$command = $response['command'];
}
if($result == 'success') $this->locate($this->inlink('afterExec', "fromVersion=$fromVersion&processed=yes&skipConfirm=yes"));
if($result == 'success') $this->locate($this->inlink('afterExec', "fromVersion=$fromVersion&processed=no&skipMoveFile=yes"));
}
$this->view->title = $this->lang->upgrade->common;