From 9c2a911dab4a0400abe4df4ba2511e32dd42eb05 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Thu, 18 Feb 2021 22:28:35 +0000 Subject: [PATCH] [Reply] Fix bug where wrong variable is used when replying to a note --- plugins/Reply/Reply.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Reply/Reply.php b/plugins/Reply/Reply.php index 2aca3c3e06..c876eca566 100644 --- a/plugins/Reply/Reply.php +++ b/plugins/Reply/Reply.php @@ -116,7 +116,7 @@ class Reply extends Module $data['content'], $data['attachments'], $is_local = true, - $data['reply_to'], + $reply_to, $repeat_of = null ); } else {