Code

Fixed stupid error
[gosa.git] / plugins / admin / applications / class_applicationManagement.inc
index bfbf623870acf72bbfab8d60ad9e8e4343a4eecf..e5f6dbfc6f11dd54d159ba8e225640597fce7c2d 100644 (file)
@@ -58,7 +58,7 @@ class applicationManagement extends plugin
     /* Creat dialog object */
     $this->DivListApplication = new divListApplication($this->config,$this);
 
-    if($this->IsReleaseManagementActivated()){
+    if($this->IsReleaseManagementActivated($this->config)){
     /* Check if we should enable the release selection */
       $this->enableReleaseManagement = true;