From 51f8aa7d1adf92455d4df334d6e1e35467608dfa Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 5 Jan 2003 02:23:30 +0000 Subject: [PATCH] Missed session_id hidden field git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3257 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 4f5e6466f5..3ac9248146 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -437,7 +437,7 @@ else if ( $mode == 'read' ) $l_box_name = $lang['Sent']; } - $s_hidden_fields = ''; + $s_hidden_fields = ''; $page_title = $lang['Read_pm']; include($phpbb_root_path . 'includes/page_header.'.$phpEx);