From 6c1289382c1660f6056f7952403056583174700c Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 14 Aug 2022 13:49:28 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/product/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 42b3ee1ec9c..d4baa9870ff 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -674,7 +674,7 @@ if (empty($reshook)) { setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); } if ($object->error) { - // check again to prevent translation issue, + // check again to prevent translation issue, // as error may have been cleared in hook function setEventMessages($langs->trans($object->error), null, 'errors'); }