mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #3998 from Elsensee/ticket/14249
[ticket/14249] Fix online list order
This commit is contained in:
commit
5576c9f3b9
1 changed files with 1 additions and 1 deletions
|
@ -4270,7 +4270,7 @@ function obtain_users_online_string($online_users, $item_id = 0, $item = 'forum'
|
|||
USERS_TABLE => 'u',
|
||||
),
|
||||
'WHERE' => $db->sql_in_set('u.user_id', $online_users['online_users']),
|
||||
'ORDER BY' => 'u.username_clean ASC',
|
||||
'ORDER_BY' => 'u.username_clean ASC',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue