This commit is contained in:
Philipp Holzer
2019-02-18 14:45:24 +01:00
parent 5127a113aa
commit c2176aad36

View File

@@ -97,7 +97,7 @@ class PreloadPConfigAdapter extends AbstractDbaConfigAdapter implements IPConfig
return false;
}
if ($this->isLoaded($uid, $cat, $key)) {
if (!$this->isLoaded($uid, $cat, $key)) {
$this->load($uid, $cat);
}
// We store our setting values as strings.