Actions
Bug #24907
closedcObj->FORM() wasn't processing the $formData parameter
Start date:
2011-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
$formData is not forwarded to tslib_content_Content->render($conf, $formData) in class.tslib_content.php on line 1107.
For bugfix see Additional Informations.
/**
* Rendering the cObject, FORM
*
* @param array array of TypoScript properties
* @param array Alternative formdata overriding whatever comes from TypoScript
* @return string Output
*/
function FORM {
// geƤndert am 31.01.2011 Parameter $formData added at call of function "render"
// return $this->getContentObject('FORM')->render($conf);
return $this->getContentObject('FORM')->render($conf, $formData);
}
(issue imported from #M17422)
Files
Actions