From 570fe6cee87da807f0917cdc0c84aee604b50510 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sun, 9 Sep 2012 12:27:37 -0500 Subject: [PATCH] [ticket/11103] Do not initialize the notifications in common.php DIC initializes it when it is needed. PHPBB3-11103 --- phpBB/common.php | 3 --- 1 file changed, 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 *