From 6d76589d0fed9bf5752c9cdc2182efa65c25496d Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 29 Jan 2008 11:05:17 +0000 Subject: [PATCH] Oh yah. 2.0. Meh git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8342 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 3d958081c4..cd67561d11 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -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 = '';