* fix bug.

This commit is contained in:
wangyidong
2018-11-27 09:03:01 +08:00
parent 78441e51f9
commit f69fd87feb
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -438,6 +438,7 @@ class upgradeModel extends model
{
$errorInfo = $e->errorInfo;
$errorCode = $errorInfo[1];
$line = str_replace('zt_', $this->config->db->prefix, $line);
if($errorCode == '1146') $tableExists = false;
}
}