Code

Replaced config->search with get_cfg_value
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 12:18:08 +0000 (12:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 12:18:08 +0000 (12:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18229 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/services/kiosk/class_goKioskService.inc

index 61780deb0dd9e8dadce6190b710e731fd7e62574..1533921a8aa6edfcb0c685fecd829e110644f4e9 100644 (file)
@@ -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 */