aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-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('' => 0));
if ($submit)
{
- if (!check_form_token('my_form'))
+ if (!check_form_key('my_form'))
{
trigger_error('FORM_INVALID');
}