1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20: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

@@ -24,7 +24,7 @@ class IndexController extends ClientController
'latest' => '-lastTime',
'top' => '-commentsCount',
'newest' => '-startTime',
'oldest' => '+startTime'
'oldest' => 'startTime'
];
/**