aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-10-05 09:05:37 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-10-05 09:05:37 +0000
commit305bea7b9e0ecd71b71265ca7d7d1e8e97cb3010 (patch)
treea16d7376e0752a8fa3009bc36e5e2bbce19bc637
parent570f2f6f7ff33b69a85b629b73fb8ff436de4fb8 (diff)
downloadforums-305bea7b9e0ecd71b71265ca7d7d1e8e97cb3010.tar
forums-305bea7b9e0ecd71b71265ca7d7d1e8e97cb3010.tar.gz
forums-305bea7b9e0ecd71b71265ca7d7d1e8e97cb3010.tar.bz2
forums-305bea7b9e0ecd71b71265ca7d7d1e8e97cb3010.tar.xz
forums-305bea7b9e0ecd71b71265ca7d7d1e8e97cb3010.zip
weird.
git-svn-id: file:///svn/phpbb/trunk@8141 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/docs/coding-guidelines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index acf13e9443..29dfba6a76 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -887,7 +887,7 @@ $action_ary = request_var('action', array('' =&gt; 0));
if ($submit)
{
- if (!check_form_token('my_form'))
+ if (!check_form_key('my_form'))
{
trigger_error('FORM_INVALID');
}