Ticket #3750: Security-Form Code Should Not Go in Content Variable.patch
| File Security-Form Code Should Not Go in Content Variable.patch, 381 bytes (added by bgribaudo, 4 years ago) |
|---|
-
sapphire/security/Security.php
353 353 )); 354 354 } else { 355 355 $customisedController = $controller->customise(array( 356 " Content" => $content,356 "Form" => $content, 357 357 )); 358 358 } 359 359
