mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-18 06:11:33 +02:00
bridges: Return parent::getName by default
This commit is contained in:
@@ -53,6 +53,10 @@ class RTBFBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return $this->getInput('c') .' - RTBF Bridge';
|
||||
if(!is_null($this->getInput('c'))){
|
||||
return $this->getInput('c') .' - RTBF Bridge';
|
||||
}
|
||||
|
||||
return parent::getName();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user