[*] MO: Set default config for blockcms, editorial and moneybookers in their install method

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10038 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-11-10 14:25:15 +00:00
parent 933fdab33a
commit 874a67141f
4 changed files with 63 additions and 44 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class Editorial extends Module
$id_editorial = Db::getInstance()->Insert_ID();
$result = true;
foreach (Language::getLanguages() as $lang)
foreach (Language::getLanguages(false) as $lang)
$result &= Db::getInstance()->autoExecute(_DB_PREFIX_.'editorial_lang', array(
'id_editorial' => $id_editorial,
'id_lang' => $lang['id_lang'],