Feature #47435 » Form.php.4.x.diff
typo3/sysext/form/Classes/Controller/Form.php 2013-04-22 11:07:28.000000000 +0200 | ||
---|---|---|
$show = TRUE;
|
||
}
|
||
if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/form/Classes/Controller/Form.php']['showForm'])) {
|
||
foreach($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/form/Classes/Controller/Form.php']['showForm'] as $_classRef) {
|
||
$_procObj = t3lib_div::getUserObj($_classRef);
|
||
$_procObj->showForm($submittedByPrefix, $show, $this);
|
||
}
|
||
}
|
||
return $show;
|
||
}
|
||