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