// Fixed a bug with the blocklayered

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12117 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-04 13:05:26 +00:00
parent def3cac8a0
commit 7d91e1bb50
+1 -1
View File
@@ -1200,7 +1200,7 @@ class BlockLayered extends Module
}
}
else
$shop_list = array(0);
$shop_list = array(Context::getContext()->shop->getID(true));
}
else
$shop_list = array(0);