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