// Some memory optimizations in installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13147 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-08 17:25:28 +00:00
parent bb170150c5
commit 6e56c8f32f
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'))