mirror of
https://github.com/friendica/friendica
synced 2025-04-25 01:50:11 +00:00
Fixing tests
This commit is contained in:
parent
49def0dc27
commit
3cf0cb71f1
3 changed files with 66 additions and 3 deletions
|
@ -127,7 +127,7 @@ class Configuration
|
|||
$cached = $this->configCache->set($cat, $key, $value);
|
||||
|
||||
// If there is no connected adapter, we're finished
|
||||
if (!$this->configAdapter->isConnected() && !empty($this->configSaveBlacklist[$cat][$key])) {
|
||||
if (!$this->configAdapter->isConnected() || !empty($this->configSaveBlacklist[$cat][$key])) {
|
||||
return $cached;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue