Code

Fixed spelling of several properties and added missing ones
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:45:57 +0000 (08:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:45:57 +0000 (08:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18345 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 1533921a8aa6edfcb0c685fecd829e110644f4e9..39e4b10676096c51b7616bac8d94e2422b62556d 100644 (file)
@@ -32,7 +32,7 @@ class goKioskService extends goService{
     $this->orig_cn = $this->cn;
 
     $this->DisplayName = _("Kiosk profile service");
-    $this->baseDir = $this->config->get_cfg_value('environment', 'kioskiPath');
+    $this->baseDir = $this->config->get_cfg_value('environment', 'kioskPath');
     $this->server_path = preg_replace("/%cn/", $this->cn, $this->server_path);
 
     /* Load list of profiles and check if they still exists */