aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-08-24 12:25:54 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:14 +0200
commit7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0 (patch)
tree67de4f7f19dbde414388b731fb64751fb0092fe3 /phpBB/common.php
parentc92b30d66cbb2839369c04172eb5ae9bacd27a16 (diff)
downloadforums-7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0.tar
forums-7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0.tar.gz
forums-7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0.tar.bz2
forums-7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0.tar.xz
forums-7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0.zip
[ticket/10328] Renamed the JSON class, also now using autoloading.
It is no longer static, and uses autoloading. It has also been renamed from JSON to phpbb_json_response. PHPBB3-10328
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 2c90ccf76c..129f7e4881 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -74,7 +74,6 @@ if (!empty($load_extensions) && function_exists('dl'))
// Include files
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
-require($phpbb_root_path . 'includes/json.' . $phpEx);
require($phpbb_root_path . 'includes/session.' . $phpEx);
require($phpbb_root_path . 'includes/auth.' . $phpEx);