1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

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
if (($submit || $preview) && !check_form_key('posting', false, '', false, 2))
if (($submit || $preview) && !check_form_key('posting'))
{
$error[] = $user->lang['FORM_INVALID'];
}