Wrong whitespaces
This commit is contained in:
@@ -126,9 +126,9 @@ class Config {
|
||||
public static function set($family, $key, $value) {
|
||||
global $a;
|
||||
|
||||
if (self::get($family, $key) === $value) {
|
||||
return true;
|
||||
}
|
||||
if (self::get($family, $key) === $value) {
|
||||
return true;
|
||||
}
|
||||
|
||||
$a->config[$family][$key] = $value;
|
||||
|
||||
|
||||
@@ -123,9 +123,9 @@ class PConfig {
|
||||
|
||||
global $a;
|
||||
|
||||
if (self::get($uid, $family, $key) === $value) {
|
||||
return true;
|
||||
}
|
||||
if (self::get($uid, $family, $key) === $value) {
|
||||
return true;
|
||||
}
|
||||
|
||||
// manage array value
|
||||
$dbvalue = (is_array($value)?serialize($value):$value);
|
||||
|
||||
Reference in New Issue
Block a user