* update the model of upgrade.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-10-29 08:48:18 +00:00
parent f57c75b5c5
commit 7ac9208c8e
+1
View File
@@ -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');
}