From 554db50b248491e18828d8942efb8f17cdabb9f1 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 28 Sep 2017 08:51:44 +0800 Subject: [PATCH] * fix bug for upgrade. --- 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 f72c1d0acc..7eee1c4965 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -186,7 +186,7 @@ class upgradeModel extends model $this->execSQL($this->getUpgradeFile('9.4')); $this->adjustPriv9_4(); case '9_5': - $this->execSQL($this->getUpgradeFile('9.4')); + $this->execSQL($this->getUpgradeFile('9.5')); } $this->deletePatch();