Code

Updated config->search calls.
[gosa.git] / plugins / admin / applications / class_applicationManagement.inc
index aa71fcc6eff94c5dee3e7ad2a5414e0c45d27294..95d05a84d7b3d1564fdd4ac78f250a01e6fa89cd 100644 (file)
@@ -36,7 +36,7 @@ class applicationManagement extends plugin
   function IsReleaseManagementActivated()
   {
     /* Check if we should enable the release selection */
-    $tmp = $this->config->search("faiManagement", "CLASS");
+    $tmp = $this->config->search("faiManagement", "CLASS",array('tabs'));
     if(!empty($tmp)){
       return(true);
     }