mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
Fix FacebookBridge title building after merging
This commit is contained in:
parent
8658d93ec5
commit
01c1691349
@ -272,11 +272,6 @@ EOD;
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
if(!empty($this->authorName)){
|
||||
return isset($this->extraInfos['name']) ? $this->extraInfos['name'] : $this->authorName
|
||||
. ' - Facebook Bridge';
|
||||
}
|
||||
|
||||
return parent::getName();
|
||||
return isset($this->extraInfos['name']) ? $this->extraInfos['name'] : $this->authorName.' - Facebook Bridge';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user