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);