correct output for EndActivityInReplyTo event
This commit is contained in:
parent
936f97b914
commit
f12cafb275
@ -1391,7 +1391,7 @@ class Notice extends Memcached_DataObject
|
|||||||
$xs->element('thr:in-reply-to',
|
$xs->element('thr:in-reply-to',
|
||||||
array('ref' => $replyNotice->uri,
|
array('ref' => $replyNotice->uri,
|
||||||
'href' => $replyNotice->bestUrl()));
|
'href' => $replyNotice->bestUrl()));
|
||||||
Event::handle('EndActivityInReplyTo', array(&$this, &$xs, $replyUri, $replyUrl));
|
Event::handle('EndActivityInReplyTo', array(&$this, &$xs, $replyNotice));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user