mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
#878 remove utf8_encode for macos mobileconfig
This commit is contained in:
parent
e4b91e06a3
commit
720d4d2779
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ catch(PDOException $e) {
|
|||
die("Failed to determine name from SQL");
|
||||
}
|
||||
if (!empty($MailboxData['name'])) {
|
||||
$displayname = utf8_encode($MailboxData['name']);
|
||||
$displayname = $MailboxData['name'];
|
||||
}
|
||||
else {
|
||||
$displayname = $email;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue