[ticket/11405] Order users in bookmark, in order to pass postgres tests

PHPBB3-11405
This commit is contained in:
Joas Schilling 2013-03-26 13:34:20 +01:00
parent e20b0a4234
commit 81cf02e057

View file

@ -89,6 +89,7 @@ class phpbb_notification_type_bookmark extends phpbb_notification_type_post
{ {
return array(); return array();
} }
sort($users);
$auth_read = $this->auth->acl_get_list($users, 'f_read', $post['forum_id']); $auth_read = $this->auth->acl_get_list($users, 'f_read', $post['forum_id']);