Code

Added schema requrements
[gosa.git] / gosa-core / html / logout.php
index e3b72bef771347850ab346bd0a605cdf1a279a11..93532c9d88dbb8e7d3a1685abd7fc449c0939496 100644 (file)
@@ -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/';
 }