// Fixed getCurrentCustomerGroups() #PSFV-818
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