From 2a9d846859c62ff5ce41be2f097852d0325ca071 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 11 Aug 2003 01:12:01 +0000 Subject: [PATCH] Update for acm parameter change git-svn-id: file:///svn/phpbb/trunk@4374 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/style.php b/phpBB/style.php index dad6b24a88..288b7fbb75 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -48,8 +48,8 @@ if (!empty($_GET['id']) && !empty($_GET['sid'])) require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.'.$phpEx); require($phpbb_root_path . 'includes/db/' . $dbms . '.'.$phpEx); - $cache = new acm(); $db = new sql_db(); + $cache = new acm($db); // Connect to DB if (!@$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false))