forked from e621ng/e621ng
fix no posts appearing on intro page
This commit is contained in:
parent
4e31d8f043
commit
2e554ed100
@ -6,7 +6,7 @@ module PostSets
|
||||
|
||||
def posts
|
||||
@posts ||= begin
|
||||
temp = ::Post.tag_match("#{tag_string} fav_count:>3").paginate(page, :search_count => nil, :limit => 6)
|
||||
temp = ::Post.tag_match("#{tag_string} favcount:>3").paginate(page, :search_count => nil, :limit => 6)
|
||||
temp.all
|
||||
temp
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user