Revert "fixes #1286"

This reverts commit 799fc6223f.
This commit is contained in:
Toks
2013-05-10 15:45:48 -04:00
parent b600a5bcb0
commit eaf016921d
2 changed files with 1 additions and 13 deletions

View File

@@ -69,10 +69,6 @@ module PostSets
tag_string =~ /\*/
end
def is_empty_search?
posts.count == 0
end
def current_page
[page.to_i, 1].max
end