Index: branches/5.1.x/core/install/upgrades.php =================================================================== diff -u -r13151 -r13393 --- branches/5.1.x/core/install/upgrades.php (.../upgrades.php) (revision 13151) +++ branches/5.1.x/core/install/upgrades.php (.../upgrades.php) (revision 13393) @@ -1,6 +1,6 @@ Conn->Query('DROP TABLE IF EXISTS ' . TABLE_PREFIX . 'Phrase'); $this->Conn->Query('RENAME TABLE ' . $temp_table . ' TO ' . TABLE_PREFIX . 'Phrase'); + + // save "config.php" in php format, not ini format as before + $this->_toolkit->SaveConfig(); } } } \ No newline at end of file