Skip to content

Commit

Permalink
[Form csrf] FileTypeCsrdExtension is not required any more (as FileTy…
Browse files Browse the repository at this point in the history
…pe now extends FieldType)
  • Loading branch information
vicb committed Jul 4, 2011
1 parent 4259530 commit 06c3712
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
Expand Up @@ -50,7 +50,6 @@ protected function loadTypeExtensions()
return array(
new Type\ChoiceTypeCsrfExtension(),
new Type\DateTypeCsrfExtension(),
new Type\FileTypeCsrfExtension(),
new Type\FormTypeCsrfExtension(),
new Type\RepeatedTypeCsrfExtension(),
new Type\TimeTypeCsrfExtension(),
Expand Down

This file was deleted.

0 comments on commit 06c3712

Please sign in to comment.