diff --git a/bridges/FacebookBridge.php b/bridges/FacebookBridge.php index cf2e9b41..84bb6446 100644 --- a/bridges/FacebookBridge.php +++ b/bridges/FacebookBridge.php @@ -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'; } }