aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/note_fragment.php
diff options
context:
space:
mode:
authorwinter2025-01-13 22:45:54 +0000
committerwinter2025-01-13 22:45:54 +0000
commit3ce58a33945fc858ac4f8b2b8471dff0cf294863 (patch)
treee4b1292475d633979105ceade1f9817ee325169c /routes/note_fragment.php
parentc298fa4d4cc4277c1f7c2a54d9fb98b395b9bc12 (diff)
stuff :3
Diffstat (limited to 'routes/note_fragment.php')
-rw-r--r--routes/note_fragment.php2
1 files changed, 1 insertions, 1 deletions
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) {