From 629bfb73f5aae733d7af9e1e78bc338773932a6c Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 18 Aug 2014 13:26:12 -0400 Subject: [PATCH] FIX: Sort order on activity column is incorrect --- lib/topic_query.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/topic_query.rb b/lib/topic_query.rb index 366d3affc0a..02160c3b0e9 100644 --- a/lib/topic_query.rb +++ b/lib/topic_query.rb @@ -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' }