// Fixed getCurrentCustomerGroups() #PSFV-843
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14573 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -508,7 +508,7 @@ class FrontControllerCore extends Controller
|
||||
public function displayContent()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function display()
|
||||
{
|
||||
Tools::safePostVars();
|
||||
@@ -867,7 +867,7 @@ class FrontControllerCore extends Controller
|
||||
return array();
|
||||
|
||||
$context = Context::getContext();
|
||||
if (!$context->customer->id)
|
||||
if (!isset($context->customer))
|
||||
return array();
|
||||
if (!is_array(self::$currentCustomerGroups))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user