[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); $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)) if (empty($notify_users))
{ {