Reverted changes to config
This commit is contained in:
@@ -126,10 +126,6 @@ class Config {
|
||||
public static function set($family, $key, $value) {
|
||||
global $a;
|
||||
|
||||
if (self::get($family, $key) == $value) {
|
||||
return true;
|
||||
}
|
||||
|
||||
$a->config[$family][$key] = $value;
|
||||
|
||||
// manage array value
|
||||
|
||||
Reference in New Issue
Block a user