mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-18 14:22:38 +02:00
bridges: Return parent::getURI by default
This commit is contained in:
@@ -49,7 +49,11 @@ class RTBFBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return self::URI . 'detail?id=' . $this->getInput('c');
|
||||
if(!is_null($this->getInput('c'))){
|
||||
return self::URI . 'detail?id=' . $this->getInput('c');
|
||||
}
|
||||
|
||||
return parent::getURI();
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
Reference in New Issue
Block a user