Update to Kirby 3.7.5
This commit is contained in:
@@ -73,7 +73,6 @@ class Form
|
||||
$this->values = [];
|
||||
|
||||
foreach ($fields as $name => $props) {
|
||||
|
||||
// inject stuff from the form constructor (model, etc.)
|
||||
$props = array_merge($inject, $props);
|
||||
|
||||
@@ -104,7 +103,6 @@ class Form
|
||||
}
|
||||
|
||||
if ($strict !== true) {
|
||||
|
||||
// use all given values, no matter
|
||||
// if there's a field or not.
|
||||
$input = array_merge($values, $input);
|
||||
|
Reference in New Issue
Block a user