mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-18 06:38:19 +01:00
Fix FacebookBridge feed name empty when data loaded from cache (#456)
This commit is contained in:
parent
3109694b1c
commit
49cc0661ad
@ -207,6 +207,6 @@ class FacebookBridge extends BridgeAbstract{
|
||||
}
|
||||
|
||||
public function getName() {
|
||||
return (isset($this->authorName) ? $this->authorName.' - ' : '').'Facebook Bridge';
|
||||
return isset($this->extraInfos['name']) ? $this->extraInfos['name'] : $this->authorName.' - Facebook Bridge';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user