Code

Added additional checks
[gosa.git] / gosa-core / include / class_management.inc
index f65abf39fd8712b55fc47cacfdcf50398e0b6232..6f8babb4222eac399cefc5fb5f850025d6dac5e3 100644 (file)
@@ -327,7 +327,7 @@ class management
 
         // Delete the object
         $this->dn = $dn;
-        $this->tabObject= new $tabClass($this->config,$this->config->data['TABS'][$tabType], $this->dn, $aclCategory, false, true);
+        $this->tabObject= new $tabClass($this->config,$this->config->data['TABS'][$tabType], $this->dn, $aclCategory, true, true);
         $this->tabObject->set_acl_base($this->dn);
         $this->tabObject->delete ();
         $this->tabObject->parent = &$this;