aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/note_fragment.php
diff options
context:
space:
mode:
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 5fe979a..02399e6 100644
--- a/routes/note_fragment.php
+++ b/routes/note_fragment.php
@@ -84,5 +84,5 @@ Router::getInstance()->mount('/fragment/note', function (array $args) {
$note->processTimelineAdditions();
$note->processNotifications();
}
- render_template('write_note_form');
+ render_template('write_note_form', ['actor' => $author->actor]);
}); \ No newline at end of file