mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 18:44:04 +02:00
refactor: loadCacheValue/saveCacheValue (#4205)
This commit is contained in:
@@ -164,7 +164,7 @@ class BugzillaBridge extends BridgeAbstract
|
||||
}
|
||||
|
||||
$cache = $this->loadCacheValue($this->instance . $user);
|
||||
if (!is_null($cache)) {
|
||||
if ($cache) {
|
||||
return $cache;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user