1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/10325] change language var

PHPBB3-10325
This commit is contained in:
Dhruv
2013-01-27 03:07:52 +05:30
parent f8012cc239
commit 1a51abcca2
5 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ class ucp_remind
global $config, $phpbb_root_path, $phpEx;
global $db, $user, $auth, $template;
if (!$config['allow_forgot_password'])
if (!$config['allow_password_reset'])
{
trigger_error($user->lang('UCP_FORGOT_PASSWORD_DISABLE', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
}