forked from mirror/pixelfed
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…
Add table
Reference in a new issue