diff options
Diffstat (limited to 'phpBB/style.php')
| -rw-r--r-- | phpBB/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/style.php b/phpBB/style.php index 75c440bb63..37e396bb29 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -60,7 +60,7 @@ if ($id) require($phpbb_root_path . 'includes/constants.' . $phpEx); $db = new $sql_db(); - $cache = new cache(); + $cache = new acm(); // Connect to DB if (!@$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false, false)) @@ -69,7 +69,7 @@ if ($id) } unset($dbpasswd); - $config = $cache->obtain_config(); + $config = cache::obtain_config(); $user = false; if ($sid) |
