Project

General

Profile

Bug #24907 » 17422_v2.diff

Administrator Admin, 2011-02-16 20:14

View differences:

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);
}
/**
(2-2/3)