aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-25 14:33:13 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-25 14:33:13 +0100
commit67c2e48d15d6e4ddd244dd2e126f906ed25be1ef (patch)
treeb7cc556f030a8ba266d65ca6428f939d5a2f9b7b /phpBB/common.php
parentce5e2f16777ae5319fcb902ee58005a4caced7e6 (diff)
downloadforums-67c2e48d15d6e4ddd244dd2e126f906ed25be1ef.tar
forums-67c2e48d15d6e4ddd244dd2e126f906ed25be1ef.tar.gz
forums-67c2e48d15d6e4ddd244dd2e126f906ed25be1ef.tar.bz2
forums-67c2e48d15d6e4ddd244dd2e126f906ed25be1ef.tar.xz
forums-67c2e48d15d6e4ddd244dd2e126f906ed25be1ef.zip
[feature/avatars] Only create avatar objects if necessary
PHPBB3-10018
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 17e7c76465..c4237dfcf5 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -128,8 +128,6 @@ $phpbb_subscriber_loader = $phpbb_container->get('event.subscriber_loader');
$template = $phpbb_container->get('template');
$phpbb_style = $phpbb_container->get('style');
-$phpbb_avatar_manager = $phpbb_container->get('avatar.manager');
-
// Add own hook handler
require($phpbb_root_path . 'includes/hooks/index.' . $phpEx);
$phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('phpbb_template', 'display')));