From: cajus Date: Fri, 18 Apr 2008 08:15:14 +0000 (+0000) Subject: Now FAI summary gets displayed again X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bad880d8055a84b017367febc42f92187d154faa;p=gosa.git Now FAI summary gets displayed again git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10551 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc index efba23457..ecd43d2db 100644 --- a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc +++ b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc @@ -144,7 +144,7 @@ class ogrouptabs extends tabs $this->by_object['workservice']->parent= &$this; $this->by_object['workservice']->acl = "#all#"; } - if((preg_match("/S/",$objects) || preg_match("/W/",$objects))&&(!isset($this->by_object['workstartup']))){ + if((preg_match("/S/",$objects) || preg_match("/W/",$objects))&&(!isset($this->by_object['faiSummary']))){ $this->by_name['faiSummary']= _("FAI summary"); $this->by_object['faiSummary']= new faiSummaryTab($this->config, $this->dn); $this->by_object['faiSummary']->parent= &$this;