[Reply] Fix bug where wrong variable is used when replying to a note

This commit is contained in:
Hugo Sales 2021-02-18 22:28:35 +00:00
parent cfc8af675f
commit 9c2a911dab
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Reply extends Module
$data['content'], $data['content'],
$data['attachments'], $data['attachments'],
$is_local = true, $is_local = true,
$data['reply_to'], $reply_to,
$repeat_of = null $repeat_of = null
); );
} else { } else {