aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-13 19:19:40 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-13 19:19:40 -0600
commit249f3c8885d461ae3981dfd7b62093c2175175e3 (patch)
treeb078403292276199d70e0b782b5ebea57285d6e2 /phpBB/common.php
parent84284a9ccee7d5ccc658c3d1f751a5254b3b9175 (diff)
downloadforums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar.gz
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar.bz2
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar.xz
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.zip
[ticket/11103] Instantiate $phpbb_notifications as needed
https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976 PHPBB3-11103
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 88e758a004..e99b9edee5 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -125,8 +125,6 @@ $phpbb_subscriber_loader = $phpbb_container->get('event.subscriber_loader');
$template = $phpbb_container->get('template');
$phpbb_style = $phpbb_container->get('style');
-$phpbb_notifications = $phpbb_container->get('notification_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')));