diff --git a/classes/Notice.php b/classes/Notice.php index 49c6801ae7..500ea31c97 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1851,7 +1851,7 @@ class Notice extends Managed_DataObject try { $reply = $this->getParent(); $ctx->replyToID = $reply->getUri(); - $ctx->replyToUrl = $reply->getUrl(); + $ctx->replyToUrl = $reply->getUrl(true); // true for fallback to local URL, less messy } catch (NoParentNoticeException $e) { // This is not a reply to something }