Branch 'roundcubemail-plugins-kolab-3.1' - plugins/kolab_addressbook

Aleksander Machniak machniak at kolabsys.com
Fri Dec 5 12:53:47 CET 2014


 plugins/kolab_addressbook/kolab_addressbook.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57e42dd6ca0e226b62a67ece54a91c97b1712dba
Author: root <root at localhost.localdomain>
Date:   Fri Dec 5 12:53:24 2014 +0100

    Correct fix for #3752

diff --git a/plugins/kolab_addressbook/kolab_addressbook.php b/plugins/kolab_addressbook/kolab_addressbook.php
index 7ec6816..d1237d1 100644
--- a/plugins/kolab_addressbook/kolab_addressbook.php
+++ b/plugins/kolab_addressbook/kolab_addressbook.php
@@ -111,7 +111,7 @@ class kolab_addressbook extends rcube_plugin
             // register this address source
             $sources[$abook_id] = array(
                 'id'       => $abook_id,
-                'name'     => html_entity_decode($name, ENT_NOQUOTES),
+                'name'     => html_entity_decode($name, ENT_NOQUOTES, RCMAIL_CHARSET),
                 'readonly' => $abook->readonly,
                 'editable' => $abook->editable,
                 'groups'   => $abook->groups,




More information about the commits mailing list