From 3ce58a33945fc858ac4f8b2b8471dff0cf294863 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 13 Jan 2025 22:45:54 +0000 Subject: stuff :3 --- routes/note_fragment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/note_fragment.php') diff --git a/routes/note_fragment.php b/routes/note_fragment.php index 83e7655..53fd7af 100644 --- a/routes/note_fragment.php +++ b/routes/note_fragment.php @@ -43,7 +43,7 @@ Router::getInstance()->mount('/fragment/note/:id/reply', function (array $args) $reply->save(); $reply->publish(); } - render_template('reply_form'); + render_template('reply_form', ['note' => $note]); }); Router::getInstance()->mount('/fragment/note', function (array $args) { -- cgit v1.3