* Add missing ).
This commit is contained in:
@@ -393,7 +393,7 @@ class installModel extends model
|
||||
$dbFile = $this->app->getAppRoot() . 'db' . DS . 'zentao.sql';
|
||||
$tables = explode(';', file_get_contents($dbFile));
|
||||
|
||||
if($this->config->db->driver == 'dm') $tables = array_merge($tables, explode(';', file_get_contents($this->app->getAppRoot() . 'db' . DS . 'dm.sql'));
|
||||
if($this->config->db->driver == 'dm') $tables = array_merge($tables, explode(';', file_get_contents($this->app->getAppRoot() . 'db' . DS . 'dm.sql')));
|
||||
|
||||
foreach($tables as $table)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user