// 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user