mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
78141e5fb3
commit
51f8aa7d1a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue