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