Fix the 'posted' view

Now is actually topics that you have posted in - previously, it was all topics you had tracked, starred, posted, read, ....
No clue how that came about.
This commit is contained in:
riking 2014-03-29 15:26:13 -07:00
parent 956b14a4ab
commit 86fe11b277

View File

@ -81,7 +81,7 @@ class TopicQuery
end
def list_posted
create_list(:posted) {|l| l.where('tu.user_id IS NOT NULL') }
create_list(:posted) {|l| l.where('tu.posted') }
end
def list_top_for(period)