From: cajus Date: Wed, 2 Dec 2009 11:38:41 +0000 (+0000) Subject: Hide refs, too. Not needed. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d83dc92745f08462bc31b2dacd3e33a0c46abc6b;p=gosa.git Hide refs, too. Not needed. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14858 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index f65abf39f..6f8babb42 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -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;