1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 19:07:27 +01:00

[ticket/12742] Add sorting back to bookmark notification list of users

PHPBB3-12742
This commit is contained in:
Marc Alexander 2014-08-09 17:48:59 +02:00
parent 57d94b7bb4
commit 496b804a0f

View File

@ -83,7 +83,7 @@ class bookmark extends \phpbb\notification\type\post
}
$this->db->sql_freeresult($result);
$notify_users = $this->get_authorised_recipients($users, $post['forum_id'], $options);
$notify_users = $this->get_authorised_recipients($users, $post['forum_id'], $options, true);
if (empty($notify_users))
{