Commit f7d7538
committed
bug #5356 [Form] Fixed typo about _token field name for CSRF protection (JMLamodiere)
This PR was merged into the 2.3 branch.
Discussion
----------
[Form] Fixed typo about _token field name for CSRF protection
As seen [here](https://github.com/symfony/symfony/blob/2.3/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php#L53)
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | none
Commits
-------
c4bc7e7 Fixed typo about _token field name for CSRF protection1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments