mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
ff45c9aa7c
commit
570fe6cee8
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue