diff options
author | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-18 17:51:23 +0200 |
---|---|---|
committer | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-18 17:51:23 +0200 |
commit | c78744d4f8a0cfad7ca5aa3d2867fb66d4c6b8c4 (patch) | |
tree | e2b4d5d066590a966d949409cb48104456edaf7e /modules/user/controllers | |
parent | 7f5030ac208c30a7dc576a57cd9e665022ccbde5 (diff) | |
parent | df22832a5b7e7c1962940becab1c90aaec3392f9 (diff) |
Merge commit 'upstream/master'
Diffstat (limited to 'modules/user/controllers')
-rw-r--r-- | modules/user/controllers/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/controllers/password.php b/modules/user/controllers/password.php index ed3b9736..2af1b879 100644 --- a/modules/user/controllers/password.php +++ b/modules/user/controllers/password.php @@ -74,7 +74,7 @@ class Password_Controller extends Controller { log::success( "user", - t("Password reset email sent for user %name", array("name" => p::clean($user->name))); + t("Password reset email sent for user %name", array("name" => p::clean($user->name)))); } else { // Don't include the username here until you're sure that it's XSS safe log::warning( |