aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-09-17 20:09:49 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-09-17 20:09:49 +0200
commit910cd5edbe1e7732dd3d19903f4131172f1a0a21 (patch)
tree0cc521b2a05a61b0585b26282abed6d1bd002aae /phpBB/includes
parent676f453cbde62e49c31888aebc02219958c131e4 (diff)
parentc988b98ac65b726f02dd61de93c911064e0cfe66 (diff)
downloadforums-910cd5edbe1e7732dd3d19903f4131172f1a0a21.tar
forums-910cd5edbe1e7732dd3d19903f4131172f1a0a21.tar.gz
forums-910cd5edbe1e7732dd3d19903f4131172f1a0a21.tar.bz2
forums-910cd5edbe1e7732dd3d19903f4131172f1a0a21.tar.xz
forums-910cd5edbe1e7732dd3d19903f4131172f1a0a21.zip
Merge pull request #2948 from Nicofuma/ticket/13061
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass * Nicofuma/ticket/13061: [ticket/13061] Replace the service event.subscriber_loader by a compiler pass
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/compatibility_globals.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/compatibility_globals.php b/phpBB/includes/compatibility_globals.php
index 2a60f7fb8e..54c9287c96 100644
--- a/phpBB/includes/compatibility_globals.php
+++ b/phpBB/includes/compatibility_globals.php
@@ -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');