mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11405] Order users in bookmark, in order to pass postgres tests
PHPBB3-11405
This commit is contained in:
parent
e20b0a4234
commit
81cf02e057
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class phpbb_notification_type_bookmark extends phpbb_notification_type_post
|
|||
{
|
||||
return array();
|
||||
}
|
||||
sort($users);
|
||||
|
||||
$auth_read = $this->auth->acl_get_list($users, 'f_read', $post['forum_id']);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue