mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Oh yah. 2.0. Meh
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8342 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cee785cb60
commit
6d76589d0f
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ else if ( ( $delete && $mark_list ) || $delete_all )
|
|||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||
|
||||
}
|
||||
else if ($confirm && $_POST['sid'] === $userdata['session_id'])
|
||||
else if ($confirm && $sid === $userdata['session_id'])
|
||||
{
|
||||
$delete_sql_id = '';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue