Update plugin.commentcenter.php

little correction
This commit is contained in:
Fraenkiman 2023-02-27 23:01:17 +01:00
parent e785ea184e
commit 91cbfeeaeb

View File

@ -439,7 +439,7 @@ class plugin_commentcenter {
), $text);
// for non-ASCII characters in the e-mail header use RFC 1342 — Encodes data with MIME base64
return @utils_mail($from_mail, "=?utf-8?B?" . base64_encode($subject) . "?=", $text);
return @utils_mail($from_mail, '=?utf-8?B?' . base64_encode($subject) . '?=', $text);
}
}