diff options
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index bd0b843673..7d4323cb38 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -190,8 +190,8 @@ set_error_handler('msg_handler'); $user = new user(); $auth = new auth(); $template = new template(); +$cache = new acm(); $db = new sql_db(); -$cache = new acm($db); // Connect to DB $db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false); |
