aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_notifications.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/ucp/ucp_notifications.php')
-rw-r--r--phpBB/includes/ucp/ucp_notifications.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php
index d248099b06..9ea44f49bf 100644
--- a/phpBB/includes/ucp/ucp_notifications.php
+++ b/phpBB/includes/ucp/ucp_notifications.php
@@ -21,15 +21,10 @@ class ucp_notifications
public function main($id, $mode)
{
- global $phpbb_container;
+ global $template, $user, $request, $phpbb_notifications;
add_form_key('ucp_notification_options');
- $phpbb_notifications = $phpbb_container->get('notifications');
- $template = $phpbb_container->get('template');
- $user = $phpbb_container->get('user');
- $request = $phpbb_container->get('request');
-
$subscriptions = $phpbb_notifications->get_subscriptions(false, true);
// Add/remove subscriptions