From 0714e36b8cf79e8508bf2691bef4433020659ee7 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 10 Jul 2008 15:06:59 +0000 Subject: [PATCH] Fixed DN display git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11597 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_divListACL.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)){ -- 2.30.2