Commit 0ed63d1
committed
minor #6419 Update routing.rst (tamtamchik)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6419).
Discussion
----------
Update routing.rst
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | none
The described version of the file was breaking "default value" functionality, and if user would access this page without `name` variable it'll get warning:
`Notice: Undefined variable: name in ../src/pages/hello.php on line 2`
Commits
-------
a29a319 Update routing.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments