Code

Modified unset($_SESSION['...']) to session::unset(...)
[gosa.git] / gosa-core / plugins / admin / acl / tabs_acl_role.inc
index b1132357d14828b93a7d2bb638e3e95c3b9adc14..3c119d164098a09553f128d1143a1f099d995dcd 100644 (file)
@@ -15,7 +15,7 @@ class aclroletab extends tabs
 
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */
-    $new_dn= 'cn='.$baseobject->cn.",ou=aclroles,".$baseobject->base;
+    $new_dn= 'cn='.$baseobject->cn.",".get_ou('aclroleou').$baseobject->base;
 
     if ($this->dn != $new_dn){