Commit 4c6058f2 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4456 Fixing this manually for now

Showing with 1 addition and 0 deletions
+1 -0
......@@ -1786,6 +1786,7 @@ class listing {
*/
function getType($dn)
{
$dn = LDAP::fix($dn);
if (isset($this->objectDnMapping[$dn])) {
return $this->objectDnMapping[$dn];
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment