mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Removed the disabling of SecurityID
This commit is contained in:
parent
d878a45645
commit
ac09ddfa86
@ -83,10 +83,6 @@ abstract class MultiForm extends Form {
|
|||||||
* takes the fields, actions and validation (if any) for the step, setting up the form.
|
* takes the fields, actions and validation (if any) for the step, setting up the form.
|
||||||
*/
|
*/
|
||||||
public function init() {
|
public function init() {
|
||||||
// Disable security token. We tie a form to a session by URL.
|
|
||||||
// @TODO Is there a better way than simply disabling this?
|
|
||||||
$this->disableSecurityToken();
|
|
||||||
|
|
||||||
// Set up the session
|
// Set up the session
|
||||||
$this->setSession();
|
$this->setSession();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user