mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
Merge pull request #3816 from Nicofuma/ticket/14074
[ticket/14074] Fix mark notifications as read in the ucp
This commit is contained in:
@@ -122,7 +122,7 @@ class ucp_notifications
|
|||||||
|
|
||||||
if (!empty($mark_read))
|
if (!empty($mark_read))
|
||||||
{
|
{
|
||||||
$phpbb_notifications->mark_notifications_by_id($mark_read, $form_time);
|
$phpbb_notifications->mark_notifications_by_id('notification.method.board', $mark_read, $form_time);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user