mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-28 05:43:16 +02:00
fix BridgeAbstract
This commit is contained in:
@ -194,11 +194,11 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||||||
public function getURI(){
|
public function getURI(){
|
||||||
return static::URI;
|
return static::URI;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getExtraInfos(){
|
public function getExtraInfos(){
|
||||||
$extraInfos = array();
|
$extraInfos = array();
|
||||||
$extraInfos['name']= $this->getName();
|
$extraInfos['name'] = $this->getName();
|
||||||
$extraInfos['uri']= $this->getURI();
|
$extraInfos['uri'] = $this->getURI();
|
||||||
return $extraInfos;
|
return $extraInfos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user