]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinefriends.php
added comments
[quix0rs-gnu-social.git] / actions / apitimelinefriends.php
index ac350ab1b7a25acf8c5ee77dba5cd6269089670c..9c6ffcf9c53536c03ab6626e9b013398e50c904b 100644 (file)
@@ -152,7 +152,7 @@ class ApiTimelineFriendsAction extends ApiBareAuthAction
 
             header('Content-Type: application/atom+xml; charset=utf-8');
 
-            $atom = new AtomNoticeFeed();
+            $atom = new AtomNoticeFeed($this->auth_user);
 
             $atom->setId($id);
             $atom->setTitle($title);