1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 09:46:46 +02:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/13061] Replace the service event.subscriber_loader by a compiler pass
This commit is contained in:
Joas Schilling
2014-09-17 20:11:23 +02:00
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');