From f153e128809c3eabb0aa0512f9f0320e755f3a3d Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 28 Jan 2010 10:39:33 +0000 Subject: [PATCH] Fixed mangement handling; git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15411 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_aclManagement.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc index 10ee28ccb..d43c66a01 100644 --- a/gosa-core/plugins/admin/acl/class_aclManagement.inc +++ b/gosa-core/plugins/admin/acl/class_aclManagement.inc @@ -111,7 +111,7 @@ class aclManagement extends management $this->skipFooter = TRUE; $altTabClass = "aclroletab"; $altTabType = "ACLROLETAB"; - management::newEntry($action,$target,$all,$altTabClass,$altTabType,$altAclCategory); + return(management::newEntry($action,$target,$all,$altTabClass,$altTabType,$altAclCategory)); } function editEntry($action="",$target=array(),$all=array(), $altTabClass ="", $altTabType = "", $altAclCategory="") @@ -129,7 +129,7 @@ class aclManagement extends management $altTabClass = "acltab"; $altTabType = "ACLTAB"; } - management::editEntry($action,array($this->dn),$all,$altTabClass,$altTabType,$altAclCategory); + return(management::editEntry($action,array($this->dn),$all,$altTabClass,$altTabType,$altAclCategory)); } } -- 2.30.2