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>2012-04-12 23:00:15 +0400
committerrobocoder <anthon.pang@gmail.com>2012-04-12 23:00:15 +0400
commit132a6b8aa4883c677fe8ac91ff658bbca3f3485d (patch)
tree24a02c3b1ceb761d00e189d949d42402f0ab2049 /plugins/Login
parent57cbadf4919ed1ba3a4facf564a20a77bab24e03 (diff)
Redundant in the URL; already in the body text
git-svn-id: http://dev.piwik.org/svn/trunk@6206 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 f35b90d43d..8722704f58 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -225,7 +225,7 @@ class Piwik_Login_Controller extends Piwik_Controller
$resetToken = self::generatePasswordResetToken($user);
$ip = Piwik_IP::getIpFromHeader();
- $url = Piwik_Url::getCurrentUrlWithoutQueryString() . "?module=Login&action=resetPassword&token=$resetToken";
+ $url = Piwik_Url::getCurrentUrlWithoutQueryString() . "?module=Login&action=resetPassword";
// send email with new password
try