mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[YandexZenBridge] Fix feed title if username not specified (#2922)
This commit is contained in:
parent
1294d3b953
commit
9b0f8095c2
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ class YandexZenBridge extends BridgeAbstract
|
|||
|
||||
public function getName()
|
||||
{
|
||||
if (is_null($this->getInput('username'))) {
|
||||
return parent::getName();
|
||||
}
|
||||
return $this->getInput('username') . '\'s latest zen.yandex posts';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue