Fix deleted posts link not being visible to basic members

This commit is contained in:
Toks
2014-10-18 02:05:51 -04:00
parent b9208b9834
commit c082ed18ce

View File

@@ -55,7 +55,7 @@ module PostSets
end
def has_deleted?
CurrentUser.is_gold? && tag_string !~ /status/ && ::Post.tag_match("#{tag_string} status:deleted").exists?
tag_string !~ /status/ && ::Post.tag_match("#{tag_string} status:deleted").exists?
end
def has_explicit?