* fix bugs.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user