mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 06:56: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;
|
||||
default: return parent::getName();
|
||||
}
|
||||
return 'Twitter ' . $specific . ' / ' . $this->getInput($param);
|
||||
return 'Twitter List ' . $this->getInput($param) . ' by ' $specific;
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
|
Loading…
Reference in New Issue
Block a user