diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index c4ba1fa332..2d49d82233 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -238,7 +238,7 @@ if($mode == "read") $aim_img = ($privmsg['user_aim']) ? "" : ""; - $msn_img = ($privmsg['user_msnm']) ? "" : ""; + $msn_img = ($privmsg['user_msnm']) ? "" : ""; $yim_img = ($privmsg['user_yim']) ? "" : "";