From d9ba4914c8207283c4fda60aea3bc6dd79c73ad6 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 7 Aug 2007 05:00:47 +0000 Subject: [PATCH] Portet changes from stable: Author: cajus Date: 2007-07-24 08:12:53 +0200 (Tue, 24 Jul 2007) New Revision: 6935 Modified: branches/2.5/html/setup.php Log: This is no error, actually. Just removed $config, because it is never set. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6973 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/setup.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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'])){ -- 2.30.2