// 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:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user