We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that version 1.2.1 introduced a bug in \Grav\Common\Pages\Pages https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Page/Pages.php#L399
$route = $config->get("site.routes.{$route}"); overrides the $route with null which is passed to the $source_url variable that can't be matched.
The text was updated successfully, but these errors were encountered:
Fix for redirects breaking #1420
60f97f2
Argghhh.. Good catch. This slipped through when i reviewed the PR. Can you please test my fix (linked above)
Sorry, something went wrong.
Looks good to me, successfully tested on my site. thanks for the quick patch.
No branches or pull requests
It appears that version 1.2.1 introduced a bug in \Grav\Common\Pages\Pages https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Page/Pages.php#L399
$route = $config->get("site.routes.{$route}"); overrides the $route with null which is passed to the $source_url variable that can't be matched.
The text was updated successfully, but these errors were encountered: