Skip to content
Snippets Groups Projects
Commit 09d3d305 authored by ErikHommel's avatar ErikHommel :homes:
Browse files

fix notice in FormProcessor API

parent 1f581346
No related branches found
No related tags found
No related merge requests found
Version 1.7 (not yet released)
===========
* fixed notice in FormProcessor->invokeFormProcessor
Version 1.6
......
......@@ -244,8 +244,9 @@
}
}
}
$dataBag->setInputData($objInput, $inputType->normalizeValue($params[$objInput->name]));
if (isset($params[$objInput->name])) {
$dataBag->setInputData($objInput, $inputType->normalizeValue($params[$objInput->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