* change for new version.
This commit is contained in:
@@ -110,6 +110,8 @@ class upgradeModel extends model
|
||||
case '6_0':
|
||||
$this->execSQL($this->getUpgradeFile('6.0'));
|
||||
$this->fixDataIndex();
|
||||
case '6_1':
|
||||
$this->execSQL($this->getUpgradeFile('6.1'));
|
||||
|
||||
default: if(!$this->isError()) $this->setting->updateVersion($this->config->version);
|
||||
}
|
||||
@@ -171,6 +173,7 @@ class upgradeModel extends model
|
||||
case '5_3':
|
||||
case '6_0_beta1': $confirmContent .= file_get_contents($this->getUpgradeFile('6.0.beta1'));
|
||||
case '6_0': $confirmContent .= file_get_contents($this->getUpgradeFile('6.0'));
|
||||
case '6_1': $confirmContent .= file_get_contents($this->getUpgradeFile('6.1'));
|
||||
}
|
||||
return str_replace('zt_', $this->config->db->prefix, $confirmContent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user