From 7ac9208c8e9ba20b101ec265c324f46ee8c3be9e Mon Sep 17 00:00:00 2001 From: "shiyangyangwork@yahoo.cn" Date: Sat, 29 Oct 2011 08:48:18 +0000 Subject: [PATCH] * update the model of upgrade. --- module/upgrade/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/upgrade/model.php b/module/upgrade/model.php index 016ac175e0..c09eddf5d3 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -621,6 +621,7 @@ class upgradeModel extends model { $this->execSQL($this->getUpgradeFile('2.2')); $this->updateCases(); + $this->updateActivatedCountOfBug(); if(!$this->isError()) $this->setting->updateVersion('2.3'); }