mirror of
https://github.com/flarum/core.git
synced 2025-07-14 21:36:25 +02:00
went over most of the changed attributes from the other pr
This commit is contained in:
@ -47,7 +47,7 @@ class ListDiscussionsController extends AbstractListController
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public $sortFields = ['lastTime', 'commentsCount', 'startTime'];
|
||||
public $sortFields = ['lastPostedAt', 'commentCount', 'createdAt'];
|
||||
|
||||
/**
|
||||
* @var DiscussionSearcher
|
||||
|
Reference in New Issue
Block a user