mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-12 02:42:54 +09:00
Add default value to null rather than not set
This commit is contained in:
@@ -68,6 +68,8 @@ class SettingsController extends Controller
|
|||||||
if (!is_null($setting)) {
|
if (!is_null($setting)) {
|
||||||
$data = Setting::getInput();
|
$data = Setting::getInput();
|
||||||
|
|
||||||
|
$setting_value = null;
|
||||||
|
|
||||||
if ($setting->type == 'image') {
|
if ($setting->type == 'image') {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user