From 76705fa4eda4ab37f3054a8447d0a2888fc41d74 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 19 May 2018 20:45:37 +0200 Subject: [PATCH] Partially reverted 3f03556 --- com.woltlab.wcf/templates/poll.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/poll.tpl b/com.woltlab.wcf/templates/poll.tpl index 0ecd3aa7dc..f95bcb514f 100644 --- a/com.woltlab.wcf/templates/poll.tpl +++ b/com.woltlab.wcf/templates/poll.tpl @@ -35,7 +35,7 @@ {hascontent} -
canVote() && $__pollView === 'result'} style="display: none"{/if}> +
canVote() && $__pollView === 'result' && !$poll->canSeeResult()} style="display: none"{/if}> {content} {if $__wcf->getUser()->userID} @@ -50,4 +50,4 @@ {/content}
{/hascontent} -
\ No newline at end of file + -- 2.20.1