diff options
Diffstat (limited to 'src/index.php')
-rw-r--r-- | src/index.php | 1 |
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"); |