summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ac995f)
raw | patch | inline | side by side (parent: 7ac995f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 11:19:27 +0000 (11:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 11:19:27 +0000 (11:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18202 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/applications/class_applicationManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/class_applicationManagement.inc b/gosa-plugins/goto/admin/applications/class_applicationManagement.inc
index 2c5e02c60ec37772627167edee9afc3f88ad2ed4..3cd74a415ee67d604dae69a7711c92027591ab19 100644 (file)
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"));
}
}