pull/6688/head
Philipp Holzer 2019-02-18 14:45:24 +01:00
parent 5127a113aa
commit c2176aad36
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

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