fixed stalled mail compose dialog if name of user contained non-ascii characters AND export charset was not utf-8

This commit is contained in:
Ralf Becker 2015-03-19 13:09:40 +00:00
parent a764acd10e
commit 002f886ca7

View File

@ -704,7 +704,7 @@ class emailadmin_account implements ArrayAccess
$err = null;
$value = $merge->merge_string($value,
(array)accounts::id2name($account_id, 'person_id'),
$err, $name == 'ident_signature' ? 'text/html' : 'text/plain');
$err, $name == 'ident_signature' ? 'text/html' : 'text/plain', null, 'utf-8');
}
}
//error_log(__METHOD__."(".array2string($identity).") returning ".array2string($to_replace));