summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-16 10:58:42 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-16 10:58:42 -0700
commit2864aceb8117d0644b264ceca4d0f84fd028538f (patch)
tree9082a6dcda0c793f003facadfa752e1933105efe
parentec634c91a6824185485f9349cfe15d6e759bb23e (diff)
Add missing ) dropped in 8f9a943f.
-rw-r--r--modules/user/controllers/password.php2
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(