Code

Removed $config reference
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 May 2006 08:34:27 +0000 (08:34 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 May 2006 08:34:27 +0000 (08:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3454 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/class_applicationManagement.inc

index e5f6dbfc6f11dd54d159ba8e225640597fce7c2d..d0f1d793476a2ef5f571538296cc0abd6e6cbf5c 100644 (file)
@@ -34,7 +34,7 @@ class applicationManagement extends plugin
   var $acl                      = "";
   var $enableReleaseManagement  = false;
 
-  function IsReleaseManagementActivated($config)
+  function IsReleaseManagementActivated()
   {
     /* Check if we should enable the release selection */
     $tmp = search_config($this->config->data,"faiManagement","CLASS");
@@ -58,7 +58,7 @@ class applicationManagement extends plugin
     /* Creat dialog object */
     $this->DivListApplication = new divListApplication($this->config,$this);
 
-    if($this->IsReleaseManagementActivated($this->config)){
+    if($this->IsReleaseManagementActivated()){
     /* Check if we should enable the release selection */
       $this->enableReleaseManagement = true;