From 507f1f9ba5d44ad90a0d84f98fdbced7e5c8ec28 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 11:19:34 +0000 Subject: [PATCH] Updated check for activated faiManagement git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18205 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/groups/apps/class_groupApplication.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc index 9d0ae67f5..9fa355989 100644 --- a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc +++ b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc @@ -28,11 +28,7 @@ class appgroup extends plugin $this->a_Structure_on_load = $this->a_Structure; /* Check if we have relase mangement enabled and prepare group application for release management */ - $tmp = $config->search("faiManagement", "CLASS",array('menu','tabs')); - if(!empty($tmp)){ - $this->enableReleaseManagement = true; - } - + $this->enableReleaseManagement = $this->config->pluginEnabled("faiManagement"); $this->Releases = $this->getReleases(); /* Set intial release */ -- 2.30.2