From: hickert Date: Mon, 29 Mar 2010 13:23:23 +0000 (+0000) Subject: Added line break X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8527e9722912f06e9f2728d79ab993b806b4b841;p=gosa.git Added line break git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17355 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index b63a70198..c03e860e5 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -363,7 +363,8 @@ class management // Delete the object $this->dn = $dn; - $this->tabObject= new $tabClass($this->config,$this->config->data['TABS'][$tabType], $this->dn, $aclCategory, true, 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->parent = &$this; $this->tabObject->delete ();