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')
-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 7e4d31b188..d6679b249e 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -388,7 +388,7 @@ class Piwik_Login_Controller extends Piwik_Controller
protected function generatePasswordResetToken($user, $timestamp = null)
{
/*
- * Piwik does not stored the generated password reset token.
+ * Piwik does not store the generated password reset token.
* This avoids a database schema change and SQL queries to store, retrieve, and purge (expired) tokens.
*/
if(!$timestamp)