mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 22:00:23 +02:00
bridges: Return parent::getURI by default
This commit is contained in:
@@ -62,6 +62,7 @@ class TwitterBridge extends BridgeAbstract {
|
||||
return self::URI
|
||||
. urlencode($this->getInput('u'))
|
||||
. ($this->getInput('norep') ? '' : '/with_replies');
|
||||
default: return parent::getURI();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user