performance improvement in case of db-load

This commit is contained in:
Philipp Holzer 2019-02-11 23:39:51 +01:00
parent e1d9d67632
commit ad1254c49c
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class Configuration
if ($dbvalue !== '!<unset>!') {
$this->configCache->set($cat, $key, $dbvalue);
return $dbvalue;
}
}

View File

@ -79,6 +79,7 @@ class PConfiguration
if ($dbValue !== '!<unset>!') {
$this->configCache->setP($uid, $cat, $key, $dbValue);
return $dbValue;
}
}