summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25ab6a3)
raw | patch | inline | side by side (parent: 25ab6a3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 12:17:44 +0000 (12:17 +0000) | ||
committer | hickert <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 | 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 9fa355989cae2abf4860a824485009d6557ace45..2f6e60a2ca39c6a2ee1646ad86604df75f4714d6 100644 (file)
$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 = "/";
}