From 80688a477b077fc0cad4311b7d3c75d1a62cfd31 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 6 Aug 2003 18:33:03 +0000 Subject: [PATCH] oops, that's not quite right git-svn-id: file:///svn/phpbb/trunk@4346 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/common.php b/phpBB/common.php index 1119fb0ca6..f4e0ff0c2a 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -189,13 +189,12 @@ set_error_handler('msg_handler'); $user = new user(); $auth = new auth(); $cache = new acm(); +$template = new template(); $db = new sql_db(); // Connect to DB $db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false); -$template = new template($db); - // Grab global variables, re-cache if necessary if ($config = $cache->get('config')) {