* fix the upgrade error.

This commit is contained in:
wangchunsheng
2011-12-07 05:49:11 +00:00
parent d4da0b610c
commit 8c01546cf8
+1 -2
View File
@@ -249,9 +249,8 @@ class upgradeModel extends model
$this->upgradeFrom2_2To2_3();
$this->upgradeFrom2_3To2_4();
}
elseif($fromVersion == '2_2')
elseif($fromVersion == '2_3')
{
$this->upgradeFrom2_2To2_3();
$this->upgradeFrom2_3To2_4();
}