* fix bugs.

This commit is contained in:
wangyidong
2018-11-26 09:01:16 +08:00
parent 83f8947ef7
commit 7bc823d490
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -427,6 +427,7 @@ class upgradeModel extends model
{
$fields = array();
$table = $out[1][0];
$table = str_replace('zt_', $this->config->db->prefix, $out[1][0]);
try
{
$tableExists = true;