Merge pull request #3369 from pixelfed/staging

Update AdminSettingsController
This commit is contained in:
daniel 2022-04-07 23:54:20 -06:00 committed by GitHub
commit a59a96819e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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 = [