mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-22 06:00:48 +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);
|
$val = $request->input($key);
|
||||||
if($cc && $cc->v != $val) {
|
if($cc && $cc->v != $val) {
|
||||||
ConfigCacheService::put($value, $val);
|
ConfigCacheService::put($value, $val);
|
||||||
}
|
} else if(!empty($val)) {
|
||||||
|
ConfigCacheService::put($value, $val);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$bools = [
|
$bools = [
|
||||||
|
|
Loading…
Reference in a new issue