diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-09 12:27:37 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-09 12:27:37 -0500 |
commit | 570fe6cee87da807f0917cdc0c84aee604b50510 (patch) | |
tree | 537c3f664170c916bb70ed09a68fa0c7cb0707cc /phpBB | |
parent | ff45c9aa7c077fc0a03c64764917d1efcccf48f4 (diff) | |
download | forums-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.php | 3 |
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 * |