mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 05:40:24 +02:00
bridges: Return parent::getURI by default
This commit is contained in:
@@ -190,7 +190,7 @@ abstract class FeedExpander extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return $this->uri;
|
||||
return $this->uri ?: parent::getURI();
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
Reference in New Issue
Block a user