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:
authormattab <matthieu.aubry@gmail.com>2015-06-24 03:12:35 +0300
committermattab <matthieu.aubry@gmail.com>2015-06-24 03:12:35 +0300
commit95d5bc2b3a9eba2e6484dc5de3a25e2a1a9714f8 (patch)
treed3827c669356a417cc3b04642207d1fd2e19e042 /plugins/Login/Controller.php
parentfba961d11a55c8f934817e1c891b9360c77872cb (diff)
Make login link minimal
Diffstat (limited to 'plugins/Login/Controller.php')
-rw-r--r--plugins/Login/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php
index 1f3f05ddbd..287d0202d9 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -176,7 +176,7 @@ class Controller extends \Piwik\Plugin\Controller
</div>',
Piwik::translate('General_Error'),
$errorMessage,
- 'index.php?module=Login&idSite=7&period=day&date=yesterday',
+ 'index.php?module=Login',
Piwik::translate('Login_LogIn')
);
}