Merge pull request #3369 from pixelfed/staging

Update AdminSettingsController
pull/3370/head
daniel 3 years ago committed by GitHub
commit a59a96819e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,9 @@ trait AdminSettingsController
$val = $request->input($key);
if($cc && $cc->v != $val) {
ConfigCacheService::put($value, $val);
}
} else if(!empty($val)) {
ConfigCacheService::put($value, $val);
}
}
$bools = [

Loading…
Cancel
Save