mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
Revert feed title
This commit is contained in:
parent
f2de5aecc7
commit
fbfc82b0b7
@ -626,9 +626,9 @@ class GithubTrendingBridge extends BridgeAbstract {
|
|||||||
|
|
||||||
public function getName(){
|
public function getName(){
|
||||||
if($this->getInput('language') == '') {
|
if($this->getInput('language') == '') {
|
||||||
return self::NAME . ': All';
|
return self::NAME . ': all';
|
||||||
} elseif (!is_null($this->getInput('language'))) {
|
} elseif (!is_null($this->getInput('language'))) {
|
||||||
return self::NAME . ': ' . ucfirst($this->getInput('language'));
|
return self::NAME . ': ' . $this->getInput('language');
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::getName();
|
return parent::getName();
|
||||||
|
Loading…
Reference in New Issue
Block a user