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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-02-14 05:54:33 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-14 05:54:33 +0300
commitef3c4660127e03d3da8b3176963ae40f8218b4db (patch)
tree21b91acb14e93c37dd66a4c08c5d7bc724c527b2 /core/FrontController.php
parent6b8d9f9ee0128b84a7cf5e21e80663e6b146d8c4 (diff)
refs #7104 fix typo
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index bb1d69308f..a077820e5c 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -471,7 +471,7 @@ class FrontController extends Singleton
$isAllWebsitesReferer = !empty($_SERVER['HTTP_REFERER']) && strpos($_SERVER['HTTP_REFERER'], 'module=MultiSites&action=index') !== false;
if ($isDashboardReferer
- && !empty($POST['token_auth'])
+ && !empty($_POST['token_auth'])
&& Common::getRequestVar('widget', 0, 'int') === 1) {
Session::close();
}