From 41ca4a0f1b1b4f83752b3d97bdba0b50f236939a Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 11:19:27 +0000 Subject: [PATCH] Updated check for activated faiManagement git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18202 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/applications/class_applicationManagement.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gosa-plugins/goto/admin/applications/class_applicationManagement.inc b/gosa-plugins/goto/admin/applications/class_applicationManagement.inc index 2c5e02c60..3cd74a415 100644 --- a/gosa-plugins/goto/admin/applications/class_applicationManagement.inc +++ b/gosa-plugins/goto/admin/applications/class_applicationManagement.inc @@ -167,11 +167,7 @@ class applicationManagement extends management function IsReleaseManagementActivated() { /* Check if we should enable the release selection */ - $tmp = $this->config->search("faiManagement", "CLASS",array('menu','tabs')); - if(!empty($tmp)){ - return(true); - } - return(false); + return($this->config->pluginEnabled("faiManagement")); } } -- 2.30.2