31095.patch
| 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); |