mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-20 22:39:55 +02:00
use language variable
git-svn-id: file:///svn/phpbb/trunk@8186 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6e9f6d44c7
commit
1f8dec8c69
@ -613,7 +613,7 @@ class acp_forums
|
||||
|
||||
if (strlen($forum_data['forum_password']) == 32)
|
||||
{
|
||||
$errors[] = 'FORUM_PASSWORD_OLD';
|
||||
$errors[] = $user->lang['FORUM_PASSWORD_OLD'];
|
||||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user