mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
bridges: Return parent::getURI by default
This commit is contained in:
@@ -56,7 +56,7 @@ class WordPressBridge extends FeedExpander {
|
||||
public function getURI(){
|
||||
$url = $this->getInput('url');
|
||||
if(empty($url)){
|
||||
$url = static::URI;
|
||||
$url = parent::getURI();
|
||||
}
|
||||
return $url;
|
||||
}
|
||||
|
Reference in New Issue
Block a user