From 305bea7b9e0ecd71b71265ca7d7d1e8e97cb3010 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 5 Oct 2007 09:05:37 +0000 Subject: [PATCH] weird. git-svn-id: file:///svn/phpbb/trunk@8141 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/coding-guidelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }