From: cajus Date: Thu, 10 Jul 2008 15:06:59 +0000 (+0000) Subject: Fixed DN display X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0714e36b8cf79e8508bf2691bef4433020659ee7;p=gosa.git Fixed DN display git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11597 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_divListACL.inc b/gosa-core/plugins/admin/acl/class_divListACL.inc index 62cd5f0eb..fee0efe7f 100644 --- a/gosa-core/plugins/admin/acl/class_divListACL.inc +++ b/gosa-core/plugins/admin/acl/class_divListACL.inc @@ -178,7 +178,7 @@ class divListACL extends MultiSelectWindow /* Acl handling */ $editlink = "%s"; $list_left_icon = ""._("ACL").""; - $cn = htmlentities(utf8_decode($acl_entry['dn'])); + $cn = htmlentities(utf8_decode(LDAP::fix($acl_entry['dn']))); /* Add actions depending on acls */ if(preg_match("/r/", $acl)){