Skip to content
Snippets Groups Projects
Commit 9af35ff4 authored by jaapjansma's avatar jaapjansma
Browse files
parents f65e1d2c b1770a64
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@
}
}
if (isset($params[$objInput->name])) {
$dataBag->setInputData($objInput, $inputType->normalizeValue($params[$objInput->name]));
$dataBag->setInputData($objInput, $inputType->normalizeValue($params[$input['name']]));
}
}
......
......@@ -145,7 +145,7 @@ class FormProcessorDefaults extends FormProcessor implements API_ProviderInterfa
}
}
$dataBag->setInputData($objInput, $inputType->normalizeValue($params[$objInput->name]));
$dataBag->setInputData($objInput, $inputType->normalizeValue($params[$input['name']]));
}
// Execute the actions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment