Wrong whitespaces

This commit is contained in:
Hypolite Petovan 2016-10-17 17:00:06 -04:00
parent 62bd32c1ac
commit a5923bdd4f
2 changed files with 6 additions and 6 deletions

View file

@ -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;