From: hickert Date: Mon, 10 May 2010 12:18:08 +0000 (+0000) Subject: Replaced config->search with get_cfg_value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=95879a13901cdbab73c7049d88912197c7f55b11;p=gosa.git Replaced config->search with get_cfg_value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18229 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/services/kiosk/class_goKioskService.inc b/gosa-plugins/goto/admin/systems/services/kiosk/class_goKioskService.inc index 61780deb0..1533921a8 100644 --- a/gosa-plugins/goto/admin/systems/services/kiosk/class_goKioskService.inc +++ b/gosa-plugins/goto/admin/systems/services/kiosk/class_goKioskService.inc @@ -32,7 +32,7 @@ class goKioskService extends goService{ $this->orig_cn = $this->cn; $this->DisplayName = _("Kiosk profile service"); - $this->baseDir = $this->config->search('environment', 'kioskpath',array('menu','tabs')); + $this->baseDir = $this->config->get_cfg_value('environment', 'kioskiPath'); $this->server_path = preg_replace("/%cn/", $this->cn, $this->server_path); /* Load list of profiles and check if they still exists */