Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-09-04 02:58:09 +0300
committerGitHub <noreply@github.com>2020-09-04 02:58:09 +0300
commit3ebaf87991ad6e7e0ec2318086ceebe8e0fe18b8 (patch)
tree96839310a118940cc3bde0cdea6b531e3de24f13 /core
parent68b1e43fa05b71d453f44d554445cc99fb2c1db9 (diff)
Merge 3.X into 4.X (#16378)
Diffstat (limited to 'core')
-rw-r--r--core/FrontController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 187829ac15..bc5e96c38f 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -153,7 +153,7 @@ class FrontController extends Singleton
if (self::$enableDispatch === false) {
return;
}
-
+
$filter = new Router();
$redirection = $filter->filterUrl(Url::getCurrentUrl());
if ($redirection !== null) {