diff options
author | Hue Bastard <hubris@kevin.(none)> | 2009-12-08 21:35:54 +1000 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2009-12-11 16:21:30 -0800 |
commit | c24afa986e04794bfd230cb527ebe6fd938f3934 (patch) | |
tree | dc23949c4eb4932909b8f4dde9c2f8d6ad97c47e | |
parent | 59e5958d3afa0a5613efbc1ed4546ce63946fe43 (diff) |
(fix clumsy double paste in b45be2b actions/apitimelinefavorites.php
-rw-r--r-- | actions/apitimelinefavorites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelinefavorites.php b/actions/apitimelinefavorites.php index 77e5cea1b..008e04212 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() . |