From: hickert Date: Fri, 7 Nov 2008 07:21:22 +0000 (+0000) Subject: Updated ACL listing, do not break special chars in entry names X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b5ce80d9154bd4102b08477e649e0e06932b2fef;p=gosa.git Updated ACL listing, do not break special chars in entry names git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12954 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 d2af617e0..5d78f82b3 100644 --- a/gosa-core/plugins/admin/acl/class_divListACL.inc +++ b/gosa-core/plugins/admin/acl/class_divListACL.inc @@ -177,7 +177,7 @@ class divListACL extends MultiSelectWindow /* Acl handling */ $editlink = "%s"; $list_left_icon = ""._("ACL").""; - $cn = htmlentities(preg_replace('/\\\\,/', ',', LDAP::fix($acl_entry['dn']))); + $cn = preg_replace('/\\\\,/', ',', LDAP::fix($acl_entry['dn'])); /* Add actions depending on acls */ if(preg_match("/r/", $acl)){