From: hickert Date: Wed, 5 May 2010 09:17:37 +0000 (+0000) Subject: fixed property X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=83f17147d21279c2ed892828c38ed53473d50618;p=gosa.git fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18084 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 ...