From: Evan Prodromou Date: Tue, 3 Aug 2010 00:56:44 +0000 (-0700) Subject: correct output for EndActivityInReplyTo event X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f12cafb275ea16903d5d5edeb3b9e46b9f7b2667;p=quix0rs-gnu-social.git correct output for EndActivityInReplyTo event --- diff --git a/classes/Notice.php b/classes/Notice.php index 592e2f3842..f6e9eb585d 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1391,7 +1391,7 @@ class Notice extends Memcached_DataObject $xs->element('thr:in-reply-to', array('ref' => $replyNotice->uri, 'href' => $replyNotice->bestUrl())); - Event::handle('EndActivityInReplyTo', array(&$this, &$xs, $replyUri, $replyUrl)); + Event::handle('EndActivityInReplyTo', array(&$this, &$xs, $replyNotice)); } }