1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 21:44:57 +02:00

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