diff --git a/app/logical/post_sets/post.rb b/app/logical/post_sets/post.rb index 85048aca5..1985ccd2c 100644 --- a/app/logical/post_sets/post.rb +++ b/app/logical/post_sets/post.rb @@ -26,7 +26,7 @@ module PostSets end def has_wiki? - is_single_tag? && ::WikiPage.titled(tag_string).exists? + is_single_tag? && ::WikiPage.titled(tag_string).exists? && wiki_page.visible? end def wiki_page