bugfix
This commit is contained in:
parent
5127a113aa
commit
c2176aad36
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue