From f29d0d103755b77c39a5dbda782ec5b7fac97663 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 07:41:34 +0000 Subject: [PATCH] removed defaults from get_cfg_value and added some missing properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18317 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/helpviewer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/helpviewer.php b/gosa-core/html/helpviewer.php index d46540cb8..fa3b86694 100644 --- a/gosa-core/html/helpviewer.php +++ b/gosa-core/html/helpviewer.php @@ -60,7 +60,7 @@ bindtextdomain($domain, LOCALE_DIR); textdomain($domain); @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $lang, "Setting language to"); -$smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory", "/var/spool/gosa/"); +$smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory"); $smarty->assign("title", "GOsa - "._("Help browser")); /* HELP management starts here ... -- 2.30.2