X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/0c6e2501030e17307e1debecd833c48221987244..8713f953adf0e448278dedfa9bd46ce8b6a61a7e:/typo3/sysext/cms/tslib/class.tslib_content.php diff --git a/typo3/sysext/cms/tslib/class.tslib_content.php b/typo3/sysext/cms/tslib/class.tslib_content.php index 68535ab6bf10..34c0e1e962ba 100644 --- a/typo3/sysext/cms/tslib/class.tslib_content.php +++ b/typo3/sysext/cms/tslib/class.tslib_content.php @@ -1104,7 +1104,7 @@ class tslib_cObj { * @return string Output */ function FORM($conf, $formData = '') { - return $this->getContentObject('FORM')->render($conf); + return $this->getContentObject('FORM')->render($conf, $formData); } /**