|
@@ -47,7 +47,7 @@ class InitializeProcessor extends ProcessorBase implements ProcessorInterface
|
|
// Redirect pages with trailing slash if configured to do so.
|
|
// Redirect pages with trailing slash if configured to do so.
|
|
$path = $uri->path() ?: '/';
|
|
$path = $uri->path() ?: '/';
|
|
if ($path !== '/' && $config->get('system.pages.redirect_trailing_slash', false) && Utils::endsWith($path, '/')) {
|
|
if ($path !== '/' && $config->get('system.pages.redirect_trailing_slash', false) && Utils::endsWith($path, '/')) {
|
|
- $this->container->redirect(rtrim($path, '/'));
|
|
|
|
|
|
+ $this->container->redirectLangSafe(rtrim($path, '/'));
|
|
}
|
|
}
|
|
|
|
|
|
$this->container->setLocale();
|
|
$this->container->setLocale();
|