Database connections should be closed

This commit is contained in:
Michael 2017-08-10 06:33:24 +00:00
parent eb7cbb9ada
commit 33b61ab262
3 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@ 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>!";