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