diff options
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
| -rw-r--r-- | phpBB/includes/functions_privmsgs.php | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index 717c188a02..4b5a43e2c8 100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -1462,9 +1462,9 @@ function pm_notification($mode, $author, $recipients, $subject, $message)  		$messenger->assign_vars(array(  			'EMAIL_SIG'		=> $email_sig,  			'SITENAME'		=> $config['sitename'], -			'SUBJECT'		=> $subject, -			'AUTHOR_NAME'	=> $author, -			'USERNAME'		=> $addr['name'], +			'SUBJECT'		=> html_entity_decode($subject), +			'AUTHOR_NAME'	=> html_entity_decode($author), +			'USERNAME'		=> html_entity_decode($addr['name']),  			'U_INBOX'		=> generate_board_url() . "/ucp.$phpEx?i=pm&folder=inbox")  		);  | 
