mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
refactor: loadCacheValue/saveCacheValue (#4205)
This commit is contained in:
parent
2acd415475
commit
f358f1abec
8 changed files with 188 additions and 158 deletions
|
@ -676,7 +676,7 @@ class FurAffinityBridge extends BridgeAbstract
|
|||
$name = parent::getName();
|
||||
if ($this->getOption('aCookie') !== null) {
|
||||
$username = $this->loadCacheValue('username');
|
||||
if ($username !== null) {
|
||||
if ($username) {
|
||||
$name = $username . '\'s ' . parent::getName();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue