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:
@@ -42,7 +42,11 @@ class GoComicsBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return self::URI . urlencode($this->getInput('comicname'));
|
||||
if(!is_null($this->getInput('comicname'))){
|
||||
return self::URI . urlencode($this->getInput('comicname'));
|
||||
}
|
||||
|
||||
return parent::getURI();
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
Reference in New Issue
Block a user