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:
Diffstat (limited to 'plugins/Login/Login.php')
-rw-r--r--plugins/Login/Login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index fd242c3230..5abd11b98a 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -118,7 +118,7 @@ class Login extends \Piwik\Plugin
$cookie = new Cookie($authCookieName, $authCookieExpiry, $authCookiePath);
if (!$authResult->wasAuthenticationSuccessful()) {
$cookie->delete();
- throw new Exception(Piwik_Translate('Login_LoginPasswordNotCorrect'));
+ throw new Exception(Piwik::translate('Login_LoginPasswordNotCorrect'));
}
$cookie->set('login', $login);