[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 ce3cae0ef7
commit 5c53889739
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

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