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();