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

This commit is contained in:
rMalie
2011-11-10 14:25:15 +00:00
parent ccf8d86f8a
commit 88feeb34b2
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'],