Handle multibyte x-face header properly.
This commit is contained in:
parent
149abb70b8
commit
84efd8cc0c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue