Project

General

Profile

Bug #24907 » bug_0017422.patch

Administrator Admin, 2011-02-15 17:31

View differences:

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