Bug #24907 » bug_0017422.patch
class.tslib_content.php (working copy) | ||
---|---|---|
<?php
|
||
<?php
|
||
/***************************************************************
|
||
* Copyright notice
|
||
*
|
||
... | ... | |
* @return string Output
|
||
*/
|
||
function FORM($conf, $formData = '') {
|
||
return $this->getContentObject('FORM')->render($conf);
|
||
return $this->getContentObject('FORM')->render($conf,$formData);
|
||
}
|
||
/**
|