aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-09-09 12:27:37 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-09-09 12:27:37 -0500
commit570fe6cee87da807f0917cdc0c84aee604b50510 (patch)
tree537c3f664170c916bb70ed09a68fa0c7cb0707cc /phpBB
parentff45c9aa7c077fc0a03c64764917d1efcccf48f4 (diff)
downloadforums-570fe6cee87da807f0917cdc0c84aee604b50510.tar
forums-570fe6cee87da807f0917cdc0c84aee604b50510.tar.gz
forums-570fe6cee87da807f0917cdc0c84aee604b50510.tar.bz2
forums-570fe6cee87da807f0917cdc0c84aee604b50510.tar.xz
forums-570fe6cee87da807f0917cdc0c84aee604b50510.zip
[ticket/11103] Do not initialize the notifications in common.php
DIC initializes it when it is needed. PHPBB3-11103
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/common.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 52879deb9c..281eb88c4d 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -146,9 +146,6 @@ if (!$config['use_system_cron'])
$cron = $phpbb_container->get('cron.manager');
}
-// Load notifications
-$phpbb_notifications = $phpbb_container->get('notifications');
-
/**
* Main event which is triggered on every page
*