// Fixed getCurrentCustomerGroups() #PSFV-843

This commit is contained in:
bMancone
2012-04-11 13:59:26 +00:00
parent 11a56a2083
commit 7ad2a2a22d
+2 -2
View File
@@ -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))
{