diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-29 18:39:19 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-07 01:02:37 +0200 |
commit | 15c23e60b8e4b78c68286ae76e03a12b81393159 (patch) | |
tree | 739649080a82c735385b3dcda143adb8d6270b65 /phpBB/common.php | |
parent | f2e8e928c08809202b1abf5668a46e3d9e735c38 (diff) | |
download | forums-15c23e60b8e4b78c68286ae76e03a12b81393159.tar forums-15c23e60b8e4b78c68286ae76e03a12b81393159.tar.gz forums-15c23e60b8e4b78c68286ae76e03a12b81393159.tar.bz2 forums-15c23e60b8e4b78c68286ae76e03a12b81393159.tar.xz forums-15c23e60b8e4b78c68286ae76e03a12b81393159.zip |
[ticket/12775] Update doc blocks
PHPBB3-12775
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 0dfd29dfdb..f6586c40fe 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -23,7 +23,6 @@ if (!defined('IN_PHPBB')) require($phpbb_root_path . 'includes/startup.' . $phpEx); require($phpbb_root_path . 'phpbb/class_loader.' . $phpEx); -// Setup class loader first $phpbb_class_loader = new \phpbb\class_loader('phpbb\\', "{$phpbb_root_path}phpbb/", $phpEx); $phpbb_class_loader->register(); |