1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/11103] Remove todo comments that are no longer todo

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-10-14 12:49:09 -05:00
parent 31502cdd6c
commit fa6d604016
2 changed files with 0 additions and 7 deletions

View File

@@ -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);