[*] 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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user