mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Improved position of "close"
This commit is contained in:
parent
a0567d4081
commit
6c9953809a
2 changed files with 8 additions and 9 deletions
|
@ -43,11 +43,11 @@ class PConfig {
|
|||
$a->config[$uid][$family][$k] = $rr['v'];
|
||||
self::$in_db[$uid][$family][$k] = true;
|
||||
}
|
||||
dba::close($r);
|
||||
} else if ($family != 'config') {
|
||||
// Negative caching
|
||||
$a->config[$uid][$family] = "!<unset>!";
|
||||
}
|
||||
dba::close($r);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue