Code

Updated english strings
[gosa.git] / gosa-core / include / class_config.inc
index f89a32b1b28c76398438626b7d373d45c27b208e..07e9152569fd458c8ef48392957ae27fa9ac4d49 100644 (file)
@@ -756,7 +756,7 @@ class config  {
 
       $dn= $ldap->getDN();
       $this->tdepartments[$dn]= "";
-      $this->department_info[LDAP::fix($dn)]= array("img" => $type_data['IMG'],
+      $this->department_info[$dn]= array("img" => $type_data['IMG'],
                                          "description" => isset($attrs['description'][0])?$attrs['description'][0]:"",
                                          "name" => $attrs[$type_data['ATTR']][0]);