--- activitystream.module	2008-09-07 13:53:22.000000000 -0500
+++ activitystream_nosummary.module	2009-03-11 22:45:28.000000000 -0500
@@ -168,7 +168,7 @@ function activitystream_user($op, &$edit
     case 'view':
     $items = _activitystream_get_activity($account);
     $title = variable_get('activitystream_title', 'Activity Stream');
-    $account->content['summary']['activitystream'] =  array(
+    $account->content['activitystream'] =  array(
       '#type' => 'user_profile_item',
       '#title' => t($title),
       '#value' => theme('activitystream', $items),
