From 6374534c6255a0f565080fd91c3c0b2e4f9f8f48 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 28 Jan 2010 10:39:18 +0000 Subject: [PATCH] Fixed mangement handling; git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15407 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/groups/class_groupManagement.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-core/plugins/admin/groups/class_groupManagement.inc b/gosa-core/plugins/admin/groups/class_groupManagement.inc index 8567a3dd4..c854ab2d1 100644 --- a/gosa-core/plugins/admin/groups/class_groupManagement.inc +++ b/gosa-core/plugins/admin/groups/class_groupManagement.inc @@ -131,7 +131,7 @@ class groupManagement extends management function editEntry($action="",$target=array(),$all=array(), $altTabClass ="", $altTabType = "", $altAclCategory="") { - management::editEntry($action,$target); + $str = management::editEntry($action,$target); if(preg_match("/^edit_/",$action)){ $tab = preg_replace("/^edit_/","",$action); @@ -141,6 +141,7 @@ class groupManagement extends management trigger_error("Unknown tab: ".$tab); } } + if(!empty($str)) return($str); } static function filterProperties($row, $classes) -- 2.30.2