diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-14 12:49:09 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-14 12:49:09 -0500 |
commit | fa6d60401656ee875ef18b35dc7ce43bd270ff4e (patch) | |
tree | 514b7833d075ddf455269bd64670b2381c68d4a5 | |
parent | 31502cdd6c3a5bac5164ec30530e5b4bf63f3196 (diff) | |
download | forums-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
-rw-r--r-- | phpBB/includes/notification/type/quote.php | 6 | ||||
-rw-r--r-- | phpBB/includes/ucp/ucp_notifications.php | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/notification/type/quote.php b/phpBB/includes/notification/type/quote.php index 4d1e637820..0cc183346f 100644 --- a/phpBB/includes/notification/type/quote.php +++ b/phpBB/includes/notification/type/quote.php @@ -184,12 +184,6 @@ class phpbb_notification_type_quote extends phpbb_notification_type_post $add_notifications[$user_id] = $notifications[$user_id]; } - // todo Adding notifications while editing a post can be funky. - // If the user has read the topic/post already, and the user is newly quoted it an edit, - // The notification will be stuck as unread until another post is made and the user visits - // the topic again because the posts will not be marked as read since the topic is already - // marked as read - // Add the necessary notifications $this->notification_manager->add_notifications_for_users(self::get_item_type(), $post, $add_notifications); 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); |