From 93e30fd99bbc38454b5cd41c84758911621c5ae2 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 5 Dec 2007 14:18:37 +0000 Subject: [PATCH] err ... why all this? git-svn-id: file:///svn/phpbb/trunk@8265 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 1e8ac31662..7435e2e90c 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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']; }