Code

Hide refs, too. Not needed.
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Dec 2009 11:38:41 +0000 (11:38 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Dec 2009 11:38:41 +0000 (11:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14858 594d385d-05f5-0310-b6e9-bd551577e9d8

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;