mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[YandexZenBridge] Fix feed title if username not specified (#2922)
This commit is contained in:
parent
1294d3b953
commit
9b0f8095c2
@ -61,6 +61,9 @@ class YandexZenBridge extends BridgeAbstract
|
|||||||
|
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
|
if (is_null($this->getInput('username'))) {
|
||||||
|
return parent::getName();
|
||||||
|
}
|
||||||
return $this->getInput('username') . '\'s latest zen.yandex posts';
|
return $this->getInput('username') . '\'s latest zen.yandex posts';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user