From 787550b0003c9194550af4081f19da993450cac8 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 2 Oct 2018 21:40:46 +0200 Subject: [PATCH] Fixes oversight. --- templates/_layout/comments.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_layout/comments.twig b/templates/_layout/comments.twig index fc8978e0..626611a2 100644 --- a/templates/_layout/comments.twig +++ b/templates/_layout/comments.twig @@ -105,7 +105,7 @@ {% endif %} {% if perms.can_delete_any or (comment.user_id == user.user_id and perms.can_delete) %} Delete + href="/comments.php?m=delete&c={{ comment.comment_id }}&csrf={{ csrf_token('comments') }}">Delete {% endif %} {# if user is not null %} Report