1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +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 b04f28dbd9
commit 007c6c69bb

View File

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