Update comments.php

- Duplicate output removed
This commit is contained in:
Frank Hochmuth 2023-12-27 22:43:10 +01:00 committed by GitHub
parent af14f3f906
commit f76eb52e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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