1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/10325] fix language variable

PHPBB3-10325
This commit is contained in:
Dhruv
2013-01-27 03:09:52 +05:30
parent 1a51abcca2
commit f1e615c429
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class ucp_remind
if (!$config['allow_password_reset'])
{
trigger_error($user->lang('UCP_FORGOT_PASSWORD_DISABLE', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
trigger_error($user->lang('UCP_FORGOT_PASSWORD_DISABLED', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
}
$username = request_var('username', '', true);