Bug #21141 » 0012064_v2.patch
t3lib/class.t3lib_tceforms.php (Arbeitskopie) | ||
---|---|---|
// traverse wizards:
|
||
if (is_array($wizConf) && !$this->disableWizards) {
|
||
$parametersOfWizards =& $specConf['wizards']['parameters'];
|
||
foreach($wizConf as $wid => $wConf) {
|
||
if (substr($wid,0,1)!='_'
|
||
&& (!$wConf['enableByTypeConfig'] || @in_array($wid,$specConf['wizards']['parameters']))
|
||
&& (!$wConf['enableByTypeConfig'] || is_array($parametersOfWizards) && in_array($wid, $parametersOfWizards))
|
||
&& ($RTE || !$wConf['RTEonly'])
|
||
) {
|
||
- « Previous
- 1
- 2
- Next »