mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
put name for list in the wrong spot, make it a special case
This commit is contained in:
parent
feed36ce3f
commit
5ed2f53ddc
@ -77,12 +77,10 @@ class TwitterBridge extends BridgeAbstract {
|
||||
$param = 'u';
|
||||
break;
|
||||
case 'By list':
|
||||
$specific = $this->getInput('user');
|
||||
$param = 'list';
|
||||
break;
|
||||
return $this->getInput('list') . ' - Twitter list by ' . $this->getInput('user');
|
||||
default: return parent::getName();
|
||||
}
|
||||
return $this->getInput($param) . ' - Twitter list by ' . $specific;
|
||||
return 'Twitter ' . $specific . $this->getInput($param);
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
|
Loading…
Reference in New Issue
Block a user