1
0
mirror of https://github.com/flarum/core.git synced 2025-06-05 06:05:34 +02:00

Fix incorrect sort field name

Closes #1175.
This commit is contained in:
Franz Liedke 2017-05-04 21:37:03 +02:00
parent b5db57156b
commit bf20fe595a
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -34,7 +34,7 @@ class ListUsersController extends AbstractCollectionController
*/
public $sortFields = [
'username',
'postsCount',
'commentsCount',
'discussionsCount',
'lastSeenTime',
'joinTime'