mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 00:40:56 +02:00
[ticket/12742] Add sorting back to bookmark notification list of users
PHPBB3-12742
This commit is contained in:
@ -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))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user