// fixed bug on module

This commit is contained in:
sThiebaut
2011-12-30 10:59:50 +00:00
parent ba57fd5988
commit 6b2ec86799
4 changed files with 3 additions and 4 deletions
@@ -761,8 +761,6 @@ class ProductComments extends Module
'nbComments' => (int)ProductComment::getCommentNumber((int)Tools::getValue('id_product'))
));
return ($this->display(__FILE__, '/productcomments.tpl'));
}