aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-01-27 03:09:52 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-04-25 21:01:19 +0530
commitf1e615c4297a509325b764e1966118fe171ebbb5 (patch)
tree22f476a34af4e1afbffd95fe523652287a3fc5cb /phpBB/includes
parent1a51abcca293b0e2bd836af0dcb9d77054c1d401 (diff)
downloadforums-f1e615c4297a509325b764e1966118fe171ebbb5.tar
forums-f1e615c4297a509325b764e1966118fe171ebbb5.tar.gz
forums-f1e615c4297a509325b764e1966118fe171ebbb5.tar.bz2
forums-f1e615c4297a509325b764e1966118fe171ebbb5.tar.xz
forums-f1e615c4297a509325b764e1966118fe171ebbb5.zip
[ticket/10325] fix language variable
PHPBB3-10325
Diffstat (limited to 'phpBB/includes')
-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 4a2d06e99a..cd4d13c8a7 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_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);