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:
authorrobocoder <anthon.pang@gmail.com>2011-07-04 00:53:00 +0400
committerrobocoder <anthon.pang@gmail.com>2011-07-04 00:53:00 +0400
commite7554d796ee803bee9eca665cd083c735652f3bc (patch)
tree180986d73633bb37d67189623ee6230f9235e9f1 /plugins/Login
parenta43812ea14c4f6fa72393b650b14e8d4d493afa2 (diff)
fix typo in comments
git-svn-id: http://dev.piwik.org/svn/trunk@4993 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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)