mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
urldecode trailing pass
This commit is contained in:
parent
17eb0e4f68
commit
e741d79f9a
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class CakeRoute {
|
|||
}
|
||||
|
||||
if (isset($route['_trailing_'])) {
|
||||
$route['pass'][] = $route['_trailing_'];
|
||||
$route['pass'][] = rawurldecode($route['_trailing_']);
|
||||
unset($route['_trailing_']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue