From fc6870750c7bb4d89a9058f9381f788a06e4cae4 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sun, 30 Jun 2013 23:55:53 -0700 Subject: [PATCH] bump favcount restriction on intro page --- app/logical/post_sets/intro.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logical/post_sets/intro.rb b/app/logical/post_sets/intro.rb index 7719e9e34..c6517e9e7 100644 --- a/app/logical/post_sets/intro.rb +++ b/app/logical/post_sets/intro.rb @@ -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