]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/twitapifavorites.php
add inboxed and regenerate data objects
[quix0rs-gnu-social.git] / actions / twitapifavorites.php
index 2fdd88544336d778abb7207dc74926808bc68eb0..7783707a4029922c0d6b3ed768c4f935a0636fd9 100644 (file)
@@ -71,7 +71,7 @@ class TwitapifavoritesAction extends TwitterapiAction {
                        $this->show_xml_timeline($notice);
                        break;
                 case 'rss':
-                       $this->show_rss_timeline($notice, $title, $id, $link, $subtitle);
+                       $this->show_rss_timeline($notice, $title, $link, $subtitle);
                        break;
                 case 'atom':
                        $this->show_atom_timeline($notice, $title, $id, $link, $subtitle);