From f2a5f45355b83540dbb42b3a198a20ec354e0422 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Mon, 16 Sep 2024 19:47:20 +0200 Subject: Way more stuff --- src/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.php') diff --git a/src/index.php b/src/index.php index a42aa19..fac57a5 100644 --- a/src/index.php +++ b/src/index.php @@ -943,6 +943,7 @@ if ($_action === "auth") { _view("form_delete_post_confirm", [ "post" => $post, "postAuthor" => $topicAuthor, + "topicAuthor" => null, "attachments" => $attachments, ]); _view("template_end"); -- cgit v1.2.3