mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
System: Settings: Tunables - typo in description fieldname, ref https://github.com/opnsense/core/issues/7249
This commit is contained in:
parent
75b03b4b38
commit
9d592be68a
@ -55,7 +55,7 @@ class TunableField extends ArrayField
|
||||
'tunable' => $key,
|
||||
'value' => $item['value'] ?? '',
|
||||
'default_value' => $item['default'],
|
||||
'descr' => $item['description'] ?? '',
|
||||
'descr' => $item['descr'] ?? '',
|
||||
'type' => $item['type'] ?? '',
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user