summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 657ec4f)
raw | patch | inline | side by side (parent: 657ec4f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Aug 2008 13:39:12 +0000 (13:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Aug 2008 13:39:12 +0000 (13:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12197 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc
index a61bb330c1f26f4bb1d352c4ccfc73ab1e680989..ff42dc878d50d84ef458ddb582b3aa9b3c65a01a 100644 (file)
}
$this->Releases = $this->getReleases();
- $this->FAIrelease = "/";
+
+ /* Set intial release */
+ $this->FAIrelease = $config->search("faiManagement","DEFAULT_RELEASE",array("menu"));
+ if(empty($this->FAIrelease) || !isset($this->Releases[$this->FAIrelease])){
+ $this->FAIrelease = "/";
+ }
+
$this->curbase = $this->config->current['BASE'];
$this->reload();