From c107b691c589acb171bba9c2e9c5d6025117d8fa Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 10 Aug 2018 23:39:17 +0200 Subject: [PATCH] Fixed issue while being logged out. --- views/mio/_layout/comments.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/mio/_layout/comments.twig b/views/mio/_layout/comments.twig index 57598830..74049320 100644 --- a/views/mio/_layout/comments.twig +++ b/views/mio/_layout/comments.twig @@ -82,7 +82,7 @@
{{ comment.comment_deleted is null ? comment.comment_text|nl2br : 'deleted' }}
- {% if comment.comment_deleted is null %} + {% if comment.comment_deleted is null and user is not null %}
{% if perms.can_vote %}