mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
2) Refactor App->config[] into Core\PConfig
This commit is contained in:
parent
d43a8184f4
commit
f40c57fc20
2 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,7 @@ class JITPConfigAdapter implements IPConfigAdapter
|
|||
}
|
||||
} else if ($cat != 'config') {
|
||||
// Negative caching
|
||||
PConfig::setPConfigValue($uid, $cat, "!<unset>!");
|
||||
PConfig::setPConfigValue($uid, $cat, null, "!<unset>!");
|
||||
}
|
||||
DBA::close($pconfigs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue