mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-20 13:31:28 +00:00
Merge pull request #3369 from pixelfed/staging
Update AdminSettingsController
This commit is contained in:
commit
a59a96819e
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