summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorHue Bastard <hubris@kevin.(none)>2009-12-08 21:35:54 +1000
committerBrion Vibber <brion@status.net>2009-12-11 16:21:30 -0800
commitc24afa986e04794bfd230cb527ebe6fd938f3934 (patch)
treedc23949c4eb4932909b8f4dde9c2f8d6ad97c47e /actions
parent59e5958d3afa0a5613efbc1ed4546ce63946fe43 (diff)
(fix clumsy double paste in b45be2b actions/apitimelinefavorites.php
Diffstat (limited to 'actions')
-rw-r--r--actions/apitimelinefavorites.php2
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() .