diff --git a/components/Blog/Controller/Post.php b/components/Blog/Controller/Post.php index d70fb424ae..ab38d05382 100644 --- a/components/Blog/Controller/Post.php +++ b/components/Blog/Controller/Post.php @@ -146,7 +146,6 @@ class Post extends Controller locale: $data['language'], scope: VisibilityScope::from($data['visibility']), attentions: [(int) $data['in']], - reply_to: $data['reply_to_id'], attachments: $data['attachments'], process_note_content_extra_args: $extra_args, title: $data['title'],