correct output for EndActivityInReplyTo event

This commit is contained in:
Evan Prodromou 2010-08-02 17:56:44 -07:00
parent 936f97b914
commit f12cafb275
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}