mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 18:44:04 +02:00
bridges: Return parent::getURI by default
This commit is contained in:
@@ -34,7 +34,7 @@ class WebfailBridge extends BridgeAbstract {
|
||||
|
||||
public function getURI(){
|
||||
if(is_null($this->getInput('language')))
|
||||
return self::URI;
|
||||
return parent::getURI();
|
||||
|
||||
// e.g.: https://en.webfail.com
|
||||
return 'https://' . $this->getInput('language') . '.webfail.com';
|
||||
|
Reference in New Issue
Block a user