From 9882de09770a71ad953f64bd45373903543887ed Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 07:41:38 +0000 Subject: [PATCH] removed defaults from get_cfg_value and added some missing properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18319 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/logout.php b/gosa-core/html/logout.php index e3b72bef7..93532c9d8 100644 --- a/gosa-core/html/logout.php +++ b/gosa-core/html/logout.php @@ -65,7 +65,7 @@ textdomain($domain); /* Create smarty & Set template compile directory */ $smarty= new smarty(); if (isset($config)){ - $smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory", '/var/spool/gosa/'); + $smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory"); } else { $smarty->compile_dir= '/var/spool/gosa/'; } -- 2.30.2