mirror of
https://github.com/friendica/friendica
synced 2025-05-03 21:04:09 +02:00
Introduce HiddenString for Config-Values
This commit is contained in:
parent
f5606fb211
commit
357d9b5108
6 changed files with 121 additions and 24 deletions
|
@ -88,7 +88,7 @@ class Configuration
|
|||
|
||||
if (isset($dbvalue)) {
|
||||
$this->configCache->set($cat, $key, $dbvalue);
|
||||
return $dbvalue;
|
||||
unset($dbvalue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue