git-svn-id: file:///svn/phpbb/trunk@8141 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-10-05 09:05:37 +00:00
parent 570f2f6f7f
commit 305bea7b9e

View file

@ -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');
}