summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-16 19:47:20 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-16 19:47:20 +0200
commitf2a5f45355b83540dbb42b3a198a20ec354e0422 (patch)
tree383d3e8e09bfe1dac7f54f579293a4397b16ae05 /src/index.php
parent6b7e714b59e28bc138681662006941274c3261af (diff)
Way more stuff
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php1
1 files changed, 1 insertions, 0 deletions
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");