MINOR BUGFIX Disabling security token in HtmlEditorField?->FlashForm?(), its not passed in by the ajax request (merged from r91392)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@91394 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-12 02:55:43 +00:00 committed by Sam Minnee
parent 8497ce85d8
commit 8bb3797f04

View File

@ -326,6 +326,7 @@ class HtmlEditorField_Toolbar extends RequestHandler {
)
);
$form->loadDataFrom($this);
$form->disableSecurityToken();
return $form;
}
}