Handle multibyte x-face header properly.

This commit is contained in:
Retro_Guy 2024-03-10 04:49:47 -07:00
parent 149abb70b8
commit 84efd8cc0c
1 changed files with 1 additions and 0 deletions

View File

@ -640,6 +640,7 @@ function display_full_headers($article, $group, $name, $from, $getface = false)
}
if ($getface) {
if (isset($sendface)) {
$sendface = mb_decode_mimeheader($sendface);
return ($sendface);
} else {
return FALSE;