1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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

@@ -83,7 +83,6 @@ if (isset($_GET['avatar']))
// load extensions
$phpbb_extension_manager = $phpbb_container->get('ext.manager');
$phpbb_subscriber_loader = $phpbb_container->get('event.subscriber_loader');
// worst-case default
$browser = strtolower($request->header('User-Agent', 'msie 6.0'));