From a528cff1a1391f92c1f9be47bffbacf0c6874ac4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 26 Oct 2008 10:57:49 -0400 Subject: fix calls to show_rss_timeline darcs-hash:20081026145749-5ed1f-f2e566947ee5724aeb9c6e91922477cbfc60e144.gz --- actions/twitapifavorites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/twitapifavorites.php') diff --git a/actions/twitapifavorites.php b/actions/twitapifavorites.php index 2fdd88544..7783707a4 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); -- cgit v1.2.3-54-g00ecf