mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-29 21:00:14 +02:00
bridges: Return parent::getName by default
This commit is contained in:
@@ -194,6 +194,6 @@ abstract class FeedExpander extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return $this->name;
|
||||
return $this->name ?: parent::getName();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user