* change for upgrade.

This commit is contained in:
wangyidong
2017-05-22 09:53:16 +08:00
parent 93063f15df
commit 02bd73a67b
8 changed files with 15 additions and 4 deletions
+2
View File
@@ -178,6 +178,7 @@ class upgradeModel extends model
$this->execSQL($this->getUpgradeFile('9.1.2'));
$this->processCustomMenus();
$this->adjustPriv9_2();
case '9_2':
}
$this->deletePatch();
@@ -270,6 +271,7 @@ class upgradeModel extends model
case '9_1': $confirmContent .= file_get_contents($this->getUpgradeFile('9.1'));
case '9_1_1': $confirmContent .= file_get_contents($this->getUpgradeFile('9.1.1'));
case '9_1_2': $confirmContent .= file_get_contents($this->getUpgradeFile('9.1.2'));
case '9_2':
}
return str_replace('zt_', $this->config->db->prefix, $confirmContent);
}