From: hickert Date: Thu, 28 Jan 2010 10:39:18 +0000 (+0000) Subject: Fixed mangement handling; X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6374534c6255a0f565080fd91c3c0b2e4f9f8f48;p=gosa.git Fixed mangement handling; git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15407 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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)