From 83f17147d21279c2ed892828c38ed53473d50618 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 May 2010 09:17:37 +0000 Subject: [PATCH] fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18084 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 4a4f39982..bdda44aba 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("compile", "/var/spool/gosa/"); +$smarty->compile_dir= $config->get_cfg_value("templateCompileDirectory", "/var/spool/gosa/"); $smarty->assign("title", "GOsa - "._("Help browser")); /* HELP management starts here ... -- 2.30.2