// fix bug upload image

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11777 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-27 08:53:27 +00:00
parent 4515866661
commit 35ac5cd809
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')