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