Don't forget the brackets

This commit is contained in:
Michael 2017-01-28 06:21:58 +00:00
parent 82086eea36
commit 32b997823f
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class PConfig {
$stored = self::get($uid, $family, $key, null, true);
if ($stored === $dbvalue AND self::$in_db[$uid][$family][$key]) {
if (($stored === $dbvalue) AND self::$in_db[$uid][$family][$key]) {
return true;
}