aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-08-06 18:33:03 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-08-06 18:33:03 +0000
commit80688a477b077fc0cad4311b7d3c75d1a62cfd31 (patch)
tree4499e729e894620280baf41ad65cff17bf4744f8 /phpBB/common.php
parent4a75a2512b356752e6539784105371266bed201d (diff)
downloadforums-80688a477b077fc0cad4311b7d3c75d1a62cfd31.tar
forums-80688a477b077fc0cad4311b7d3c75d1a62cfd31.tar.gz
forums-80688a477b077fc0cad4311b7d3c75d1a62cfd31.tar.bz2
forums-80688a477b077fc0cad4311b7d3c75d1a62cfd31.tar.xz
forums-80688a477b077fc0cad4311b7d3c75d1a62cfd31.zip
oops, that's not quite right
git-svn-id: file:///svn/phpbb/trunk@4346 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 1 insertions, 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'))
{