bump favcount restriction on intro page

This commit is contained in:
r888888888
2013-06-30 23:55:53 -07:00
parent 5ce831d4da
commit fc6870750c

View File

@@ -6,7 +6,7 @@ module PostSets
def posts
@posts ||= begin
temp = ::Post.tag_match("#{tag_string} favcount:>3").paginate(page, :search_count => nil, :limit => 6)
temp = ::Post.tag_match("#{tag_string} favcount:>10").paginate(page, :search_count => nil, :limit => 6)
temp.all
temp
end