--- privatemsg.module.orig	2010-12-20 10:31:15.000000000 -0500
+++ privatemsg.module	2010-12-20 08:22:51.000000000 -0500
@@ -1165,7 +1165,7 @@
  */
 function privatemsg_user_view($account) {
   if (($url = privatemsg_get_link(array($account))) && variable_get('privatemsg_display_profile_links', 1)) {
-    $account->content['privatemsg_send_new_message'] = array(
+    $account->content['summary']['privatemsg_send_new_message'] = array(
       '#type'   => 'user_profile_item',
       '#title'  => t('Private messages'),
       '#markup'  => l(t('Send this user a message'), $url, array('query' => drupal_get_destination(), 'title' => t('Send this user a message'), 'attributes' => array('class' => 'privatemsg-send-link privatemsg-send-link-profile'))),
