From 830d994f89511766e0a928af94bc043de6eb4df2 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 07:41:41 +0000 Subject: [PATCH] removed defaults from get_cfg_value and added some missing properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18320 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 2ea2668a2..f3d658ae7 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -98,7 +98,7 @@ if(session::global_get('_LAST_PAGE_REQUEST') == ""){ @DEBUG (DEBUG_CONFIG, __LINE__, __FUNCTION__, __FILE__, $config->data, "config"); /* Set template compile directory */ -$smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory", '/var/spool/gosa'); +$smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory"); $smarty->error_unassigned= true; /* Set default */ -- 2.30.2