Code

Fixed default release
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 10:31:09 +0000 (10:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 10:31:09 +0000 (10:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8818 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index ef06191017111a5e872e3ba4701a1627a642c654..3299d07ff3ecc772216e0959d462e156f96adfdc 100644 (file)
@@ -36,8 +36,8 @@ class appgroup2 extends plugin
       $this->enableReleaseManagement = true;
     }
 
-    $this->FAIrelease = 0;
     $this->Releases   = $this->getReleases();
+    $this->FAIrelease = "/";
     $this->curbase = $this->config->current['BASE'];
     $this->reload();
   }
@@ -86,7 +86,7 @@ class appgroup2 extends plugin
     */
   function getReleases()
   {
-    $ret =array(array("name" => "/" , "parts" => array(),"suffix" => get_ou('applicationou')));
+    $ret =array("/" => array("name" => "/" , "parts" => array(),"suffix" => get_ou('applicationou')));
     if($this->enableReleaseManagement){
 
       /* Only display those releases that we are able to read */