]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct output for EndActivityInReplyTo event
authorEvan Prodromou <evan@status.net>
Tue, 3 Aug 2010 00:56:44 +0000 (17:56 -0700)
committerEvan Prodromou <evan@status.net>
Tue, 3 Aug 2010 00:56:44 +0000 (17:56 -0700)
classes/Notice.php

index 592e2f3842fabd9172843564458ca788013f40da..f6e9eb585daa71226ce5a4e0f1e99e1a8e8ddad2 100644 (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));
             }
         }