Don't forget the brackets
This commit is contained in:
parent
82086eea36
commit
32b997823f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user