aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-07-07 20:38:04 +0000
committerNils Adermann <naderman@naderman.de>2006-07-07 20:38:04 +0000
commit97cd5b1c3de8ce063ffbbfed17c36fd6b31f9761 (patch)
tree16073d3904272ee8da4879788241c232aaff97c2 /phpBB/style.php
parentc6227ad5b0904c2c61737c8267f71fbc9f543a3b (diff)
downloadforums-97cd5b1c3de8ce063ffbbfed17c36fd6b31f9761.tar
forums-97cd5b1c3de8ce063ffbbfed17c36fd6b31f9761.tar.gz
forums-97cd5b1c3de8ce063ffbbfed17c36fd6b31f9761.tar.bz2
forums-97cd5b1c3de8ce063ffbbfed17c36fd6b31f9761.tar.xz
forums-97cd5b1c3de8ce063ffbbfed17c36fd6b31f9761.zip
- fix a stupid bug in style.php
- and we'd also like the post encoding :D git-svn-id: file:///svn/phpbb/trunk@6153 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/style.php')
-rw-r--r--phpBB/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/style.php b/phpBB/style.php
index e2e9e9a0a2..3c93b847a0 100644
--- a/phpBB/style.php
+++ b/phpBB/style.php
@@ -52,7 +52,7 @@ if ($id && $sid)
// Include files
require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.' . $phpEx);
- require($phpbb_root_path . 'includes/acm/acm_main.' . $phpEx);
+ require($phpbb_root_path . 'includes/cache.' . $phpEx);
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
$db = new $sql_db();