// fix bug upload image

This commit is contained in:
lLefevre
2011-12-27 08:53:27 +00:00
parent cb9294f2c6
commit abd89081ee
4 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ class HelperCore
*/
public function renderAssoShop($type = 'shop')
{
if (!Shop::isFeatureActive() || (!$this->id && $this->context->shop->getContextType() != Shop::CONTEXT_ALL))
if (!Shop::isFeatureActive())
return;
if ($type != 'shop' && $type != 'group_shop')