(fix clumsy double paste in b45be2b actions/apitimelinefavorites.php
This commit is contained in:
parent
59e5958d3a
commit
c24afa986e
@ -129,7 +129,7 @@ class ApiTimelineFavoritesAction extends ApiBareAuthAction
|
|||||||
$this->showXmlTimeline($this->notices);
|
$this->showXmlTimeline($this->notices);
|
||||||
break;
|
break;
|
||||||
case 'rss':
|
case 'rss':
|
||||||
$this->showRssTimeline($this->notices, $title, $link, $subtitle, null, $logo, null, $logo);
|
$this->showRssTimeline($this->notices, $title, $link, $subtitle, null, $logo);
|
||||||
break;
|
break;
|
||||||
case 'atom':
|
case 'atom':
|
||||||
$selfuri = common_root_url() .
|
$selfuri = common_root_url() .
|
||||||
|
Loading…
Reference in New Issue
Block a user