* Modify the repeated upgrade problem.

This commit is contained in:
tianshujie
2022-02-28 09:51:53 +08:00
parent d2ca0c89bc
commit 941bba2658
+1 -1
View File
@@ -899,7 +899,7 @@ class upgrade extends control
$command = $response['command'];
}
if($result == 'success') $this->locate($this->inlink('afterExec', "fromVersion=$fromVersion&processed=no&skipConfirm=yes"));
if($result == 'success') $this->locate($this->inlink('afterExec', "fromVersion=$fromVersion&processed=yes&skipConfirm=yes"));
}
$this->view->title = $this->lang->upgrade->common;