mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-12 10:35:20 +02:00
[ticket/11405] Sort $users array in order to prevent issues on postgres
PHPBB3-11405
This commit is contained in:
parent
499eded880
commit
1259117d21
@ -108,6 +108,7 @@ class phpbb_notification_type_quote extends phpbb_notification_type_post
|
||||
{
|
||||
return array();
|
||||
}
|
||||
sort($users);
|
||||
|
||||
$auth_read = $this->auth->acl_get_list($users, 'f_read', $post['forum_id']);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user