mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
[ticket/12742] Add sorting back to bookmark notification list of users
PHPBB3-12742
This commit is contained in:
parent
57d94b7bb4
commit
496b804a0f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue