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