From c24afa986e04794bfd230cb527ebe6fd938f3934 Mon Sep 17 00:00:00 2001 From: Hue Bastard Date: Tue, 8 Dec 2009 21:35:54 +1000 Subject: [PATCH 1/1] (fix clumsy double paste in b45be2b actions/apitimelinefavorites.php --- actions/apitimelinefavorites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/apitimelinefavorites.php b/actions/apitimelinefavorites.php index 77e5cea1bd..008e042126 100644 --- a/actions/apitimelinefavorites.php +++ b/actions/apitimelinefavorites.php @@ -129,7 +129,7 @@ class ApiTimelineFavoritesAction extends ApiBareAuthAction $this->showXmlTimeline($this->notices); break; case 'rss': - $this->showRssTimeline($this->notices, $title, $link, $subtitle, null, $logo, null, $logo); + $this->showRssTimeline($this->notices, $title, $link, $subtitle, null, $logo); break; case 'atom': $selfuri = common_root_url() . -- 2.39.2