Removed the disabling of SecurityID

This commit is contained in:
Sean Harvey 2008-04-28 06:42:32 +00:00
parent d878a45645
commit ac09ddfa86
1 changed files with 0 additions and 4 deletions

View File

@ -83,10 +83,6 @@ abstract class MultiForm extends Form {
* takes the fields, actions and validation (if any) for the step, setting up the form.
*/
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
$this->setSession();