mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Fix #627
This commit is contained in:
@@ -24,7 +24,7 @@ class IndexController extends ClientController
|
||||
'latest' => '-lastTime',
|
||||
'top' => '-commentsCount',
|
||||
'newest' => '-startTime',
|
||||
'oldest' => '+startTime'
|
||||
'oldest' => 'startTime'
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user