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:
-rw-r--r--plugins/Login/SessionInitializer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/SessionInitializer.php b/plugins/Login/SessionInitializer.php
index cd41b36295..cfa6139051 100644
--- a/plugins/Login/SessionInitializer.php
+++ b/plugins/Login/SessionInitializer.php
@@ -142,7 +142,7 @@ class SessionInitializer
try {
$tokenAuthSecret = $auth->getTokenAuthSecret();
} catch (Exception $ex) {
- Log::debug("SessionInitializer::doAuthenticateSession: token_auth secret for %s not avaialble before user"
+ Log::debug("SessionInitializer::doAuthenticateSession: token_auth secret for %s not avaialable before user"
. " is authenticated.", $login);
}