Project

General

Profile

Feature #32256 ยป patch.diff

Proposal for patch - Jan Schreier, 2011-12-01 19:58

View differences:

"b/d:\\Eigene Dateien\\Privat\\Alumni-Jan\\typo3_repository\\Core\\typo3\\sysext\\form\\Classes\\Domain\\Factory\\Typoscript.php"
* @return void
*/
protected function reconstituteElement(tx_form_Domain_Model_Element_Abstract $element, array $arguments = array()) {
if ( substr($arguments['value'],0,6) == "{TSFE:" ) {
$arguments['value']= $this->getLocalConentObject()->insertData($arguments['value']);
}
$this->setAttributes($element, $arguments);
$this->setAdditionals($element, $arguments);
    (1-1/1)