mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[ticket/12742] Remove unneeded sort of users
It doesn't matter which user will get the notification first so we shouldn't sort the users array. PHPBB3-12742
This commit is contained in:
parent
6a13f983a4
commit
0de1d65804
1 changed files with 0 additions and 1 deletions
|
@ -550,7 +550,6 @@ abstract class base implements \phpbb\notification\type\type_interface
|
||||||
}
|
}
|
||||||
|
|
||||||
$users = array_unique($users);
|
$users = array_unique($users);
|
||||||
sort($users);
|
|
||||||
|
|
||||||
$auth_read = $this->auth->acl_get_list($users, 'f_read', $forum_id);
|
$auth_read = $this->auth->acl_get_list($users, 'f_read', $forum_id);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue