From b973c3ef1246f89b87f22f49a505492027a2535a Mon Sep 17 00:00:00 2001 From: bMancone Date: Thu, 1 Sep 2011 08:53:47 +0000 Subject: [PATCH] [-] MO : Fixed productsComparison --- modules/productcomments/productcomments.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/productcomments/productcomments.php b/modules/productcomments/productcomments.php index 69f55bf4e..f111b5b7f 100644 --- a/modules/productcomments/productcomments.php +++ b/modules/productcomments/productcomments.php @@ -766,6 +766,9 @@ class ProductComments extends Module public function hookExtraProductComparison($params) { + require_once(dirname(__FILE__).'/ProductComment.php'); + require_once(dirname(__FILE__).'/ProductCommentCriterion.php'); + $list_grades = array(); $list_product_grades = array(); $list_product_average = array();