// Fixed getCurrentCustomerGroups() #PSFV-818

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14574 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-04-11 14:00:02 +00:00
parent e3a5357dc9
commit c6f23c7710
+1
View File
@@ -869,6 +869,7 @@ class FrontControllerCore extends Controller
$context = Context::getContext();
if (!isset($context->customer))
return array();
if (!is_array(self::$currentCustomerGroups))
{
self::$currentCustomerGroups = array();