don't show pinned stuff on the front page for anon

This commit is contained in:
Sam 2013-03-11 18:29:13 -07:00
parent babb5b7b52
commit 3053831b97
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class TopicQuery
if @user_id.present? if @user_id.present?
result = result.order(TopicQuery.order_nocategory_with_pinned_sql) result = result.order(TopicQuery.order_nocategory_with_pinned_sql)
else else
result = result.order(TopicQuery.order_basic_bumped) result = result.order(TopicQuery.order_nocategory_basic_bumped)
end end
end end