fix calls to show_rss_timeline
darcs-hash:20081026145749-5ed1f-f2e566947ee5724aeb9c6e91922477cbfc60e144.gz
This commit is contained in:
parent
90e4512df2
commit
a528cff1a1
@ -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);
|
||||
|
@ -128,7 +128,7 @@ class TwitapistatusesAction 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);
|
||||
@ -206,7 +206,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
||||
$this->show_xml_timeline($notice);
|
||||
break;
|
||||
case 'rss':
|
||||
$this->show_rss_timeline($notice, $title, $id, $link, $subtitle, $suplink);
|
||||
$this->show_rss_timeline($notice, $title, $link, $subtitle, $suplink);
|
||||
break;
|
||||
case 'atom':
|
||||
$this->show_atom_timeline($notice, $title, $id, $link, $subtitle, $suplink);
|
||||
@ -362,7 +362,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
||||
$this->show_xml_timeline($notices);
|
||||
break;
|
||||
case 'rss':
|
||||
$this->show_rss_timeline($notices, $title, $id, $link, $subtitle);
|
||||
$this->show_rss_timeline($notices, $title, $link, $subtitle);
|
||||
break;
|
||||
case 'atom':
|
||||
$this->show_atom_timeline($notices, $title, $id, $link, $subtitle);
|
||||
|
Loading…
Reference in New Issue
Block a user