From: cajus Date: Tue, 24 Jul 2007 06:12:53 +0000 (+0000) Subject: This is no error, actually. Just removed $config, because it is never set. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=34c503a8d6c5f4a93aa0d0f193951e7f65dc2c04;p=gosa.git This is no error, actually. Just removed $config, because it is never set. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6935 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/setup.php b/html/setup.php index 8e9220e6b..177b38216 100644 --- a/html/setup.php +++ b/html/setup.php @@ -71,13 +71,7 @@ $_SESSION['errorsAlreadyPosted']= array(); $_SESSION['LastError'] = ""; /* Set template compile directory */ -if (isset ($config->data['MAIN']['COMPILE'])){ - $smarty->compile_dir= $config->data['MAIN']['COMPILE']; -} else { - $smarty->compile_dir= '/var/spool/gosa/'; -} - - +$smarty->compile_dir= '/var/spool/gosa/'; /* Get posted language */ if(!isset($_SESSION['lang'])){