mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
weird.
git-svn-id: file:///svn/phpbb/trunk@8141 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
570f2f6f7f
commit
305bea7b9e
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue