// Performance optimizations

This commit is contained in:
rGaillard
2012-06-14 14:11:11 +00:00
parent 2609f8ff7e
commit 066ce42382
14 changed files with 98 additions and 93 deletions

View File

@@ -841,7 +841,7 @@ class FrontControllerCore extends Controller
return array();
$context = Context::getContext();
if (!isset($context->customer))
if (!isset($context->customer) || !$context->customer->id)
return array();
if (!is_array(self::$currentCustomerGroups))