Commit 5f65b1e
committed
minor #60285 [Form][HttpFoundation] Fix overwriting an array element (wkania)
This PR was merged into the 6.4 branch.
Discussion
----------
[Form][HttpFoundation] Fix overwriting an array element
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
`empty_data` is overwritten in the line 51-52
`$server['SCRIPT_NAME']` is assigned twice with the same value:
line 609 and 610
line 734 and 737
Commits
-------
d49a058bd4d Fix overwriting an array element1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
0 commit comments