mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
correction again...
This commit is contained in:
parent
5e953c6e4a
commit
0f79c62567
@ -197,8 +197,8 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||||||
|
|
||||||
public function getExtraInfos(){
|
public function getExtraInfos(){
|
||||||
$ExtraInfos = array();
|
$ExtraInfos = array();
|
||||||
$ExtraInfos['name']= getName();
|
$ExtraInfos['name']= $this->getName();
|
||||||
$ExtraInfos['uri']= getURI();
|
$ExtraInfos['uri']= $this->getURI();
|
||||||
return $ExtraInfos;
|
return $ExtraInfos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user