// allow hook exceptions on product comparison page

This commit is contained in:
djfm
2013-11-07 13:01:54 +00:00
parent 30624fabd2
commit 1bb550cf63
+1 -1
View File
@@ -450,7 +450,7 @@ class HookCore extends ObjectModel
//retro compat of controller names
$matching_name = array(
'authentication' => 'auth',
'compare' => 'products-comparison',
'productscomparison' => 'compare'
);
if (isset($matching_name[$controller]) && in_array($matching_name[$controller], $exceptions))
continue;