mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
Missed session_id hidden field
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -437,7 +437,7 @@ else if ( $mode == 'read' )
|
||||
$l_box_name = $lang['Sent'];
|
||||
}
|
||||
|
||||
$s_hidden_fields = '<input type="hidden" name="mark[]" value="' . $privmsgs_id . '" />';
|
||||
$s_hidden_fields = '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" /><input type="hidden" name="mark[]" value="' . $privmsgs_id . '" />';
|
||||
|
||||
$page_title = $lang['Read_pm'];
|
||||
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
|
||||
|
Reference in New Issue
Block a user