// 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:
rMalie
2011-12-27 17:14:02 +00:00
parent 508651ba5a
commit 92cfd73b86
11 changed files with 113 additions and 32 deletions
+1 -1
View File
@@ -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);