1
0
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:
Joas Schilling 2013-03-25 14:41:31 +01:00
parent 499eded880
commit 1259117d21

View File

@ -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']);