mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10325] fix language
PHPBB3-10325
This commit is contained in:
@@ -31,7 +31,7 @@ class ucp_remind
|
||||
|
||||
if (!$config['allow_forgot_password'])
|
||||
{
|
||||
trigger_error('UCP_FORGOT_PASSWORD_DISABLE');
|
||||
trigger_error($user->lang('UCP_FORGOT_PASSWORD_DISABLE', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
|
||||
}
|
||||
|
||||
$username = request_var('username', '', true);
|
||||
|
Reference in New Issue
Block a user