]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/useractivitystream.php
Start tracking alpha release numbers
[quix0rs-gnu-social.git] / lib / useractivitystream.php
index 246bdb5d90e97341be23607f79e27cb98d07144d..ce3e373724e96451743682377a08f713854f73b3 100644 (file)
@@ -154,7 +154,7 @@ class UserActivityStream extends AtomUserNoticeFeed
             try {
                 if ($format == Feed::ATOM) {
                     // Only show the author sub-element if it's different from default user
-                    $act->outputTo($this, false, ($act->actor->id != $this->user->uri));
+                    $act->outputTo($this, false, ($act->actor->id != $this->user->getUri()));
                 } else {
                     if ($haveOne) {
                         fwrite($handle, ",");