From: hickert Date: Tue, 11 May 2010 08:45:57 +0000 (+0000) Subject: Fixed spelling of several properties and added missing ones X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=74f68dedb1542519971bc5227bacd0d685394b20;p=gosa.git Fixed spelling of several properties and added missing ones git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18345 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 1533921a8..39e4b1067 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->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 */