* Finish task #8299.

This commit is contained in:
Yagami
2020-11-16 09:35:38 +08:00
parent 263b92ef98
commit aba9dbc8cf
+1 -1
View File
@@ -428,7 +428,6 @@ class upgradeModel extends model
$this->saveLogs('Execute 10_3_1');
$this->execSQL($this->getUpgradeFile('10.3.1'));
$this->removeCustomMenu();
$this->initUserView();
$this->appendExec('10_3_1');
case '10_4':
$this->saveLogs('Execute 10_4');
@@ -626,6 +625,7 @@ class upgradeModel extends model
$this->saveLogs('Execute 20_0_alpha');
$this->execSQL($this->getUpgradeFile('20.0.alpha'));
$this->setWork2Full();
$this->initUserView();
$this->appendExec('20_0_alpha');
}