From b7978f329a4a35d4257f822f83edcce28c3a17c1 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 11 Feb 2008 10:31:09 +0000 Subject: [PATCH] Fixed default release git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8818 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/groups/apps/class_groupApplication2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc index ef0619101..3299d07ff 100644 --- a/gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc +++ b/gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc @@ -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 */ -- 2.30.2