diff --git a/include/Core/PConfig.php b/include/Core/PConfig.php index cdf22c083d..6ced9fc755 100644 --- a/include/Core/PConfig.php +++ b/include/Core/PConfig.php @@ -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; }