diff --git a/app/Http/Controllers/MicropubClientController.php b/app/Http/Controllers/MicropubClientController.php index bfce94a8..2ebdb35b 100644 --- a/app/Http/Controllers/MicropubClientController.php +++ b/app/Http/Controllers/MicropubClientController.php @@ -154,7 +154,7 @@ class MicropubClientController extends Controller if ($request->input('in-reply-to') != '') { $multipart[] = [ 'name' => 'in-reply-to', - 'contents' => $request->input('reply-to'), + 'contents' => $request->input('in-reply-to'), ]; } if ($request->input('syndicate-to')) { diff --git a/changelog.md b/changelog.md index 225b994f..1c05e9f6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ # Changelog -## Verion 0.0.15.11 (2016-11-07) +## Version 0.0.15.12 (2016-11-07) + - Fix micropub client in-reply-to name + +## Version 0.0.15.11 (2016-11-07) - Fix send webmention ## Version 0.0.15.10 (2016-11-07)