X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftwitapifavorites.php;h=7783707a4029922c0d6b3ed768c4f935a0636fd9;hb=69a1cea319f22362d197cb8a0fc9ab19abdf8548;hp=2fdd88544336d778abb7207dc74926808bc68eb0;hpb=f8a73c157e6dbe0bc2b2dae33802d5b306a7012d;p=quix0rs-gnu-social.git diff --git a/actions/twitapifavorites.php b/actions/twitapifavorites.php index 2fdd885443..7783707a40 100644 --- a/actions/twitapifavorites.php +++ b/actions/twitapifavorites.php @@ -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);