aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-18 18:32:13 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-18 18:32:13 -0500
commitae670cc87df197e44b768667b853e1dae3009b4d (patch)
treeba39c95e90ee469f29694b447f50d560b47142bc /phpBB/common.php
parent883a96172065b5eb7b07f7c6e19ff2b1d5079ef9 (diff)
downloadforums-ae670cc87df197e44b768667b853e1dae3009b4d.tar
forums-ae670cc87df197e44b768667b853e1dae3009b4d.tar.gz
forums-ae670cc87df197e44b768667b853e1dae3009b4d.tar.bz2
forums-ae670cc87df197e44b768667b853e1dae3009b4d.tar.xz
forums-ae670cc87df197e44b768667b853e1dae3009b4d.zip
[ticket/11103] Remove unnecessary comments
Comments that are not needed because the actions are completely self-explanatory PHPBB3-11103
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index c1787f6773..dc059887e3 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -130,7 +130,6 @@ $phpbb_subscriber_loader = $phpbb_container->get('event.subscriber_loader');
$template = $phpbb_container->get('template');
$phpbb_style = $phpbb_container->get('style');
-// Notifications manager
$phpbb_notifications = $phpbb_container->get('notification_manager');
$ids = array_keys($phpbb_container->findTaggedServiceIds('container.processor'));