[ticket/11103] Do not initialize the notifications in common.php

DIC initializes it when it is needed.

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-09-09 12:27:37 -05:00
parent ff45c9aa7c
commit 570fe6cee8

View file

@ -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
*