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:
authorMatthieu Aubry <matt@piwik.org>2014-10-14 08:37:19 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-14 08:37:19 +0400
commit0b1a854192dce024cdfc35097fbd15e2eff5bd25 (patch)
tree24b88432996d8c5c4bc8bc9780193a2c36215fcb
parent997c224fa581dbd1ff4903339a1ef9cb3a4d7aa5 (diff)
parent27f89ba25314525c759342dc8996ba6dac631651 (diff)
Merge pull request #6427 from Sija/patch-1
Fix typo in SessionInitializer
-rw-r--r--plugins/Login/SessionInitializer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Login/SessionInitializer.php b/plugins/Login/SessionInitializer.php
index cfa6139051..a3c5f9a648 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 avaialable before user"
+ Log::debug("SessionInitializer::doAuthenticateSession: token_auth secret for %s not available before user"
. " is authenticated.", $login);
}
@@ -236,4 +236,4 @@ class SessionInitializer
{
return md5($login . $token_auth);
}
-} \ No newline at end of file
+}