CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

31095.patch

Reinhard Führicht, 2011-10-19 11:31

Download (799 Bytes)

 
Classes/Controller/Tx_Formhandler_Controller_Form.php (working copy)
256 256
		if (strlen($output) > 0) {
257 257
			return $output;
258 258
		}
259
		
260
		//Parse conditions again. An interceptor might have added additional values.
261
		$this->parseConditions();
259 262

  
260 263
		$this->globals->setRandomID($this->gp['randomID']);
261 264

  
......
506 509
		if (strlen($output) > 0) {
507 510
			return $output;
508 511
		}
512
		
513
		//Parse conditions again. An interceptor might have added additional values.
514
		$this->parseConditions();
509 515

  
510 516
		//display form
511 517
		$content = $this->view->render($this->gp, $this->errors);