summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-01-29 11:05:17 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-01-29 11:05:17 +0000
commit6d76589d0fed9bf5752c9cdc2182efa65c25496d (patch)
treeb60e643e65f20a2989817ca430153c758a2b1f20
parentMore checks (diff)
downloadphpbb-6d76589d0fed9bf5752c9cdc2182efa65c25496d.tar.gz
phpbb-6d76589d0fed9bf5752c9cdc2182efa65c25496d.tar.bz2
phpbb-6d76589d0fed9bf5752c9cdc2182efa65c25496d.zip
Oh yah. 2.0. Meh
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8342 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
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 = '';