aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_remind.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-01-27 11:27:28 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-04-25 21:01:21 +0530
commitc048067bbd45b51595cc243cc4edde1d84eda405 (patch)
treec2f29ebcbe3a68c011b213c121c27eeade41bda3 /phpBB/includes/ucp/ucp_remind.php
parentf1e615c4297a509325b764e1966118fe171ebbb5 (diff)
downloadforums-c048067bbd45b51595cc243cc4edde1d84eda405.tar
forums-c048067bbd45b51595cc243cc4edde1d84eda405.tar.gz
forums-c048067bbd45b51595cc243cc4edde1d84eda405.tar.bz2
forums-c048067bbd45b51595cc243cc4edde1d84eda405.tar.xz
forums-c048067bbd45b51595cc243cc4edde1d84eda405.zip
[ticket/10325] fix language key
PHPBB3-10325
Diffstat (limited to 'phpBB/includes/ucp/ucp_remind.php')
-rw-r--r--phpBB/includes/ucp/ucp_remind.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_remind.php b/phpBB/includes/ucp/ucp_remind.php
index cd4d13c8a7..ff7ab53736 100644
--- a/phpBB/includes/ucp/ucp_remind.php
+++ b/phpBB/includes/ucp/ucp_remind.php
@@ -31,7 +31,7 @@ class ucp_remind
if (!$config['allow_password_reset'])
{
- trigger_error($user->lang('UCP_FORGOT_PASSWORD_DISABLED', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
+ trigger_error($user->lang('UCP_PASSWORD_RESET_DISABLED', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
}
$username = request_var('username', '', true);