From 16ea72df018727ca52ca5bbca14b35b59f351043 Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 2 Feb 2016 12:25:49 -0500 Subject: [PATCH] #2132 Also hide wiki excerpt --- app/logical/post_sets/post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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