// Big optimization of install process (execution time /2 during database population process)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11809 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -196,7 +196,7 @@ class InstallModelInstall extends InstallAbstractModel
|
||||
}
|
||||
}
|
||||
|
||||
// Copy language default images (we do this action after database in populated because we need image types informations)
|
||||
// Copy language default images (we do this action after database in populated because we need image types information)
|
||||
foreach ($languages as $iso)
|
||||
$this->copyLanguageImages($iso);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user