mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update AdminSettingsController
This commit is contained in:
parent
c08601e3d4
commit
a3d76ee522
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue