Code

Fixed stupid error
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 May 2006 08:25:39 +0000 (08:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 May 2006 08:25:39 +0000 (08:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3453 594d385d-05f5-0310-b6e9-bd551577e9d8

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;