aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-12-05 14:18:37 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-12-05 14:18:37 +0000
commit93e30fd99bbc38454b5cd41c84758911621c5ae2 (patch)
treec9724fc7ede6c10b4b639480cb80dcf0e9eddf55 /phpBB/posting.php
parentb1dc0717e4ba0c35abb37bc97239629a642cd498 (diff)
downloadforums-93e30fd99bbc38454b5cd41c84758911621c5ae2.tar
forums-93e30fd99bbc38454b5cd41c84758911621c5ae2.tar.gz
forums-93e30fd99bbc38454b5cd41c84758911621c5ae2.tar.bz2
forums-93e30fd99bbc38454b5cd41c84758911621c5ae2.tar.xz
forums-93e30fd99bbc38454b5cd41c84758911621c5ae2.zip
err ... why all this?
git-svn-id: file:///svn/phpbb/trunk@8265 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
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'];
}