err ... why all this?

git-svn-id: file:///svn/phpbb/trunk@8265 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-12-05 14:18:37 +00:00
parent b1dc0717e4
commit 93e30fd99b

View file

@ -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'];
} }