mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 19:20:46 +08:00
commit
1cc5e1cb26
|
@ -115,7 +115,7 @@ export default class DiscussionList extends Component {
|
|||
map.latest = '-lastTime';
|
||||
map.top = '-commentsCount';
|
||||
map.newest = '-startTime';
|
||||
map.oldest = '+startTime';
|
||||
map.oldest = 'startTime';
|
||||
|
||||
return map;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ class IndexController extends ClientController
|
|||
'latest' => '-lastTime',
|
||||
'top' => '-commentsCount',
|
||||
'newest' => '-startTime',
|
||||
'oldest' => '+startTime'
|
||||
'oldest' => 'startTime'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user