1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/13061] Replace the service event.subscriber_loader by a compiler pass

PHPBB3-13061
This commit is contained in:
Tristan Darricau
2014-09-13 14:05:31 +02:00
parent 48dbef391b
commit c988b98ac6
5 changed files with 4 additions and 57 deletions

View File

@@ -43,6 +43,5 @@ $phpbb_path_helper = $phpbb_container->get('path_helper');
// load extensions
$phpbb_extension_manager = $phpbb_container->get('ext.manager');
$phpbb_subscriber_loader = $phpbb_container->get('event.subscriber_loader');
$template = $phpbb_container->get('template');