Code

Replaced config->search with get_cfg_value
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 12:17:44 +0000 (12:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 12:17:44 +0000 (12:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18220 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc

index 9fa355989cae2abf4860a824485009d6557ace45..2f6e60a2ca39c6a2ee1646ad86604df75f4714d6 100644 (file)
@@ -32,7 +32,7 @@ class appgroup extends plugin
     $this->Releases   = $this->getReleases();
 
     /* Set intial release */
-    $this->FAIrelease = $config->search("faiManagement","DEFAULTFAIRELEASE",array("menu"));
+    $this->FAIrelease = $config->get_cfg_value("faiManagement","defaultFaiRelease");
     if(empty($this->FAIrelease) || !isset($this->Releases[$this->FAIrelease])){
       $this->FAIrelease = "/";
     }