// Some memory optimizations in installer

This commit is contained in:
rMalie
2012-02-08 17:25:28 +00:00
parent 095a130d76
commit 577bfb1468
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -176,6 +176,7 @@ class InstallModelInstall extends InstallAbstractModel
// IDS from xmlLoader are stored in order to use them for fixtures
$this->xml_loader_ids = $xml_loader->getIds();
unset($xml_loader);
// Install custom SQL data (db_data.sql file)
if (file_exists(_PS_INSTALL_DATA_PATH_.'db_data.sql'))