mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14074] Fix mark notifications as read in the ucp
PHPBB3-14074
This commit is contained in:
parent
b55361e89b
commit
2260533d47
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class ucp_notifications
|
|||
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue