This commit is contained in:
albert
2013-03-02 20:40:03 -05:00
parent c602624ed5
commit c6c1da5de0

View File

@@ -47,7 +47,7 @@ module PostSets
end end
@posts ||= begin @posts ||= begin
::Post.tag_match(tag_string).paginate(page, :count => ::Post.fast_count(tag_string), :limit => per_page) temp = ::Post.tag_match(tag_string).paginate(page, :count => ::Post.fast_count(tag_string), :limit => per_page)
temp.all temp.all
temp temp
end end