From aba9dbc8cf25b53e1e8d41ace5af54b2d762bbc0 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 16 Nov 2020 09:35:15 +0800 Subject: [PATCH] * Finish task #8299. --- module/upgrade/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/upgrade/model.php b/module/upgrade/model.php index 918a255adc..8b09013573 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -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'); }