Bug #24907 » 17422_v2.diff
typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie) | ||
---|---|---|
<?php
|
||
<?php
|
||
/***************************************************************
|
||
* Copyright notice
|
||
*
|
||
... | ... | |
* @return string Output
|
||
*/
|
||
function FORM($conf, $formData = '') {
|
||
return $this->getContentObject('FORM')->render($conf);
|
||
return $this->getContentObject('FORM')->render($conf, $formData);
|
||
}
|
||
/**
|