Skip to content

Commit

Permalink
Update controllers/front/ListComments.php
Browse files Browse the repository at this point in the history
Co-authored-by: Simon G. <49909275+SimonGrn@users.noreply.github.com>
  • Loading branch information
PierreRambaud and SimonGrn authored Dec 18, 2020
1 parent eedb782 commit bbbd3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/front/ListComments.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function display()
{
$idProduct = (int) Tools::getValue('id_product');
$page = (int) Tools::getValue('page', 1);
$isLastNameAnynmous = Configuration::get('PRODUCT_COMMENTS_ANONYMISATION');
$isLastNameAnonymous = Configuration::get('PRODUCT_COMMENTS_ANONYMISATION');
/** @var ProductCommentRepository $productCommentRepository */
$productCommentRepository = $this->context->controller->getContainer()->get('product_comment_repository');

Expand Down

0 comments on commit bbbd3cf

Please sign in to comment.