aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_notifications.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-14 12:49:09 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-14 12:49:09 -0500
commitfa6d60401656ee875ef18b35dc7ce43bd270ff4e (patch)
tree514b7833d075ddf455269bd64670b2381c68d4a5 /phpBB/includes/ucp/ucp_notifications.php
parent31502cdd6c3a5bac5164ec30530e5b4bf63f3196 (diff)
downloadforums-fa6d60401656ee875ef18b35dc7ce43bd270ff4e.tar
forums-fa6d60401656ee875ef18b35dc7ce43bd270ff4e.tar.gz
forums-fa6d60401656ee875ef18b35dc7ce43bd270ff4e.tar.bz2
forums-fa6d60401656ee875ef18b35dc7ce43bd270ff4e.tar.xz
forums-fa6d60401656ee875ef18b35dc7ce43bd270ff4e.zip
[ticket/11103] Remove todo comments that are no longer todo
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/ucp/ucp_notifications.php')
-rw-r--r--phpBB/includes/ucp/ucp_notifications.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php
index 98165a7bf7..321730a64b 100644
--- a/phpBB/includes/ucp/ucp_notifications.php
+++ b/phpBB/includes/ucp/ucp_notifications.php
@@ -79,7 +79,6 @@ class ucp_notifications
$message = $user->lang['PREFERENCES_UPDATED'] . '<br /><br />' . sprintf($user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>');
trigger_error($message);
}
- // todo include language files for extensions?
$this->output_notification_methods('notification_methods', $phpbb_notifications, $template, $user);