mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
bridges: Return parent::getURI by default
This commit is contained in:
parent
c4169f1579
commit
512a4f292b
21 changed files with 100 additions and 38 deletions
|
@ -65,6 +65,10 @@ class AskfmBridge extends BridgeAbstract {
|
|||
}
|
||||
|
||||
public function getURI(){
|
||||
return self::URI . urlencode($this->getInput('u')) . '/answers/more?page=0';
|
||||
if(!is_null($this->getInput('u'))){
|
||||
return self::URI . urlencode($this->getInput('u')) . '/answers/more?page=0';
|
||||
}
|
||||
|
||||
return parent::getURI();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue