// Fixed a bug with the blocklayered

This commit is contained in:
mDeflotte
2012-01-04 13:05:26 +00:00
parent b92e06ea18
commit d69eb0c207
+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);