Commit 3b52ccc
committed
Fix page action URLs to use dasherized format instead of camelCase
Inflector::variable() converts 'model_gesucht' to 'modelGesucht' which
doesn't match CakePHP's URL conventions. Changed to Inflector::dasherize()
which produces the expected 'model-gesucht' format.1 parent b60f7f5 commit 3b52ccc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments