From f76eb52e9748a74ee3c2084ebafc409dd9cb26be Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Wed, 27 Dec 2023 22:43:10 +0100 Subject: [PATCH] Update comments.php - Duplicate output removed --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.php b/comments.php index 57c8646..e30c30a 100644 --- a/comments.php +++ b/comments.php @@ -223,7 +223,7 @@ function commentform() { ), $lang ['comments'] ['mail']); // for non-ASCII characters in the e-mail header use RFC RFC 1342 — Encodes $subject with MIME base64 via core.utils.php - @utils_mail($from_mail, "{$lang['comments']['newcomment']} {$lang['comments']['newcomment']} {$fp_config['general']['title']}", $mail); + @utils_mail($from_mail, "{$lang['comments']['newcomment']} {$fp_config['general']['title']}", $mail); } // if comment is valid, this redirect will clean the postdata