// Big optimization of install process (execution time /2 during database population process)

This commit is contained in:
rMalie
2011-12-27 17:14:02 +00:00
parent 34e3600da2
commit f92839d45c
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);