mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ class acp_forums
|
||||||
|
|
||||||
if (strlen($forum_data['forum_password']) == 32)
|
if (strlen($forum_data['forum_password']) == 32)
|
||||||
{
|
{
|
||||||
$errors[] = 'FORUM_PASSWORD_OLD';
|
$errors[] = $user->lang['FORUM_PASSWORD_OLD'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue