We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1fbe4 commit e6dd36cCopy full SHA for e6dd36c
controllers/front/ListComments.php
@@ -71,7 +71,7 @@ public function display()
71
72
if ($isLastNameAnonymous) {
73
$productComment['customer_name'] = $this->anonymizeName($productComment['customer_name']);
74
- $productComment['lastname']= '...';
+ $productComment['lastname'] = '...';
75
}
76
77
$productComment['customer_name'] = htmlentities($productComment['customer_name']);
0 commit comments