@@ -412,7 +401,7 @@ function email_mail($key, &$message, $params) {
case'contact':
$node=$params['node'];
// Compose the body:
$msg[]=t('@name sent a message using the contact form at @node.',array('@name'=>$params['name'],'@node'=>$params['url']),$language->language);
$msg[]=t('@name sent a message using the contact form at @node.',array('@name'=>$params['name'],'@node'=>$params['url']),array('langcode'=>$language->language));
$msg[]=$params['message'];
// Tidy up the body:
...
...
@@ -423,15 +412,17 @@ function email_mail($key, &$message, $params) {