1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00
This commit is contained in:
young
2015-11-26 02:03:00 +08:00
parent a21a18721f
commit 37917bf2c8
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}