Don't forget the brackets
This commit is contained in:
parent
82086eea36
commit
32b997823f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class PConfig {
|
||||||
|
|
||||||
$stored = self::get($uid, $family, $key, null, true);
|
$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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue