FIX: Sort order on activity column is incorrect
This commit is contained in:
parent
9f72971d26
commit
629bfb73f5
|
@ -32,7 +32,7 @@ class TopicQuery
|
||||||
'likes' => 'like_count',
|
'likes' => 'like_count',
|
||||||
'views' => 'views',
|
'views' => 'views',
|
||||||
'posts' => 'posts_count',
|
'posts' => 'posts_count',
|
||||||
'activity' => 'created_at',
|
'activity' => 'bumped_at',
|
||||||
'posters' => 'participant_count',
|
'posters' => 'participant_count',
|
||||||
'category' => 'category_id'
|
'category' => 'category_id'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue