summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-08-02 17:56:44 -0700
committerEvan Prodromou <evan@status.net>2010-08-02 17:56:44 -0700
commitf12cafb275ea16903d5d5edeb3b9e46b9f7b2667 (patch)
tree13da6e3b0fa9b0128f60befc8b4726042f256a0b
parent936f97b91479ece8ddc942bdb87c117f5d200a81 (diff)
correct output for EndActivityInReplyTo event
-rw-r--r--classes/Notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 592e2f384..f6e9eb585 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));
}
}