1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/12775] Update doc blocks

PHPBB3-12775
This commit is contained in:
Tristan Darricau
2014-06-29 18:39:19 +02:00
parent f2e8e928c0
commit 15c23e60b8
3 changed files with 4 additions and 6 deletions

View File

@@ -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();