mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
bridges: Return parent::getName by default
This commit is contained in:
@@ -46,6 +46,10 @@ class GoComicsBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return $this->getInput('comicname') . ' - GoComics';
|
||||
if(!is_null($this->getInput('comicname'))){
|
||||
return $this->getInput('comicname') . ' - GoComics';
|
||||
}
|
||||
|
||||
return parent::getName();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user