mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
err ... why all this?
git-svn-id: file:///svn/phpbb/trunk@8265 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b1dc0717e4
commit
93e30fd99b
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ if ($submit || $preview || $refresh)
|
||||||
}
|
}
|
||||||
|
|
||||||
// check form
|
// check form
|
||||||
if (($submit || $preview) && !check_form_key('posting', false, '', false, 2))
|
if (($submit || $preview) && !check_form_key('posting'))
|
||||||
{
|
{
|
||||||
$error[] = $user->lang['FORM_INVALID'];
|
$error[] = $user->lang['FORM_INVALID'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue