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

View File

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