Commit c0676f3
committed
minor #5597 [CreateFramework] don't override existing variables (xabbuh)
This PR was merged into the 2.3 branch.
Discussion
----------
[CreateFramework] don't override existing variables
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | #5568
When extracting the request attributes, existing variables must not be
overridden so that the `$request` variable is passed to the template as
is.
Commits
-------
4b23fdc don't override existing variables1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments