fixes #2000
This commit is contained in:
@@ -65,7 +65,7 @@ module PostSets
|
|||||||
|
|
||||||
@posts ||= begin
|
@posts ||= begin
|
||||||
if raw
|
if raw
|
||||||
temp = ::Post.raw_tag_match(tag_string).paginate(page, :count => ::Post.fast_count(tag_string), :limit => per_page)
|
temp = ::Post.raw_tag_match(tag_string).order("posts.id DESC").paginate(page, :count => ::Post.fast_count(tag_string), :limit => per_page)
|
||||||
else
|
else
|
||||||
temp = ::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)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user