Marius Cramer
2015-04-16 305dda7079bbf0bc2904ea526aeea22328146423
install/lib/installer_base.lib.php
@@ -172,7 +172,7 @@
      }
      //* Set the database name in the DB library
      $this->db->dbName = $conf['mysql']['database'];
      $this->db->setDBName($conf['mysql']['database']);
      //* Load the database dump into the database, if database contains no tables
      $db_tables = $this->db->getTables();
@@ -224,7 +224,7 @@
      $this->db->query('FLUSH PRIVILEGES;');
      //* Set the database name in the DB library
      $this->db->dbName = $conf['mysql']['database'];
      $this->db->setDBName($conf['mysql']['database']);
      $tpl_ini_array = ini_to_array(rf('tpl/server.ini.master'));