mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 06:55:25 +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:
parent
ff45c9aa7c
commit
570fe6cee8
@ -146,9 +146,6 @@ if (!$config['use_system_cron'])
|
|||||||
$cron = $phpbb_container->get('cron.manager');
|
$cron = $phpbb_container->get('cron.manager');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load notifications
|
|
||||||
$phpbb_notifications = $phpbb_container->get('notifications');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main event which is triggered on every page
|
* Main event which is triggered on every page
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user