mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:10:11 +00:00
negative set
This commit is contained in:
parent
2fc81898da
commit
5157084969
2 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,8 @@ class PreloadConfigAdapter extends AbstractDbaConfigAdapter implements IConfigAd
|
|||
$value = $config['v'];
|
||||
if (isset($value) && $value !== '') {
|
||||
$return[$config['cat']][$config['k']] = $value;
|
||||
} else {
|
||||
$return[$config['cat']][$config['k']] = '!<unset>!';
|
||||
}
|
||||
}
|
||||
DBA::close($configs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue