mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 15:06:53 +00:00
put list name up front
This commit is contained in:
parent
bae4bd4515
commit
19422c045d
@ -82,7 +82,7 @@ class TwitterBridge extends BridgeAbstract {
|
|||||||
break;
|
break;
|
||||||
default: return parent::getName();
|
default: return parent::getName();
|
||||||
}
|
}
|
||||||
return 'Twitter ' . $specific . ' / ' . $this->getInput($param);
|
return 'Twitter List ' . $this->getInput($param) . ' by ' $specific;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getURI(){
|
public function getURI(){
|
||||||
|
Loading…
Reference in New Issue
Block a user