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