[-] MO : fixed bug #PSCFV-5379 - code problem in editorial.php at function hookDisplayHome

This commit is contained in:
vAugagneur
2012-11-02 10:00:08 +00:00
parent 8629424d78
commit d87d912540
+2 -1
View File
@@ -283,7 +283,8 @@ class Editorial extends Module
$id_shop = (int)$this->context->shop->id;
$editorial = EditorialClass::getByIdShop($id_shop);
$editorial = new EditorialClass((int)$editorial->id, $this->context->language->id);
if (!$editorial)
return;
$this->smarty->assign(array(
'editorial' => $editorial,
'default_lang' => (int)$this->context->language->id,