mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
FIX: Sort order on activity column is incorrect
This commit is contained in:
parent
9f72971d26
commit
629bfb73f5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class TopicQuery
|
|||
'likes' => 'like_count',
|
||||
'views' => 'views',
|
||||
'posts' => 'posts_count',
|
||||
'activity' => 'created_at',
|
||||
'activity' => 'bumped_at',
|
||||
'posters' => 'participant_count',
|
||||
'category' => 'category_id'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue