* Fix bug.

This commit is contained in:
xieqiyu
2022-02-22 17:08:09 +08:00
parent 9f571b2cc4
commit 4e1767b2df
+1 -1
View File
@@ -127,7 +127,7 @@ class upgrade extends control
$this->view->result = 'fail';
$this->view->errors = $result;
return $this->display());
return $this->display();
}
$fromVersion = isset($_POST['fromVersion']) ? $this->post->fromVersion : $fromVersion;