X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fgroups%2Fclass_groupManagement.inc;h=6bf78f1545b001fa94d68605f8923a3467ff036a;hb=8e377b062f516e80dc563022e969d52a4bb89b2b;hp=1bcece131b5f9c7b6d43a8f0ff91b42716b083d0;hpb=358a13ecde95c03e2c2db489fdb2b9686f48cbb5;p=gosa.git diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index 1bcece131..6bf78f154 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -205,7 +205,7 @@ class groupManagement extends plugin /* Finish group edit is triggered by the tabulator dialog, so the user wants to save edited data. Check and save at this point. */ - if (isset($_POST['edit_finish'])){ + if ((isset($_POST['edit_finish'])) && (isset($this->grouptab->config)) ){ /* Check tabs, will feed message array */ $message= $this->grouptab->check(); @@ -238,7 +238,7 @@ class groupManagement extends plugin } /* User wants to edit data? */ - if ($s_action=="edit"){ + if (($s_action=="edit") && (!isset($this->grouptab-> config))){ /* Get 'dn' from posted 'uid', must be unique */ $this->dn= $this->grouplist[trim($s_entry)]['dn']; @@ -334,7 +334,7 @@ class groupManagement extends plugin } /* Show tab dialog if object is present */ - if ($this->grouptab){ + if (isset($this->grouptab->config)){ $display= $this->grouptab->execute(); /* Don't show buttons if tab dialog requests this */ @@ -381,8 +381,6 @@ class groupManagement extends plugin $editlink = "%s"; $userimg = "User"; - $actions = ""; - /* Extension images group