X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/7a03df2bef72ee421de4dbd5ca6779ecad0840d7..77f771c440519d340fe34af8e021c2f542cf3876:/typo3/sysext/backend/Classes/Form/FormEngine.php diff --git a/typo3/sysext/backend/Classes/Form/FormEngine.php b/typo3/sysext/backend/Classes/Form/FormEngine.php index 212a4ceafabf..63548ea5c998 100644 --- a/typo3/sysext/backend/Classes/Form/FormEngine.php +++ b/typo3/sysext/backend/Classes/Form/FormEngine.php @@ -2570,7 +2570,7 @@ function ' . $evalData . '(value) { */ public function getSingleField_typeFlex($table, $field, $row, &$PA) { // Data Structure: - $dataStructArray = BackendUtility::getFlexFormDS($PA['fieldConf']['config'], $row, $table); + $dataStructArray = BackendUtility::getFlexFormDS($PA['fieldConf']['config'], $row, $table, $field); $item = ''; // Manipulate Flexform DS via TSConfig and group access lists if (is_array($dataStructArray)) {