]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atomusernoticefeed.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / atomusernoticefeed.php
index 567045ee869ba50026de6cbb62787d40e1a26b7b..7b7f0a749f32910598d9b7c357b325422f95fdf3 100644 (file)
@@ -63,8 +63,8 @@ class AtomUserNoticeFeed extends AtomNoticeFeed
             $profile = $user->getProfile();
 
             $ao = $profile->asActivityObject();
-
-            array_push($ao->extra, $profile->profileInfo($cur));
+            
+            array_push($ao->extra, $profile->profileInfo($this->scoped));
 
             $this->addAuthorRaw($ao->asString('author'));
         }