Index: userpoints.views.inc
===================================================================
--- userpoints.views.inc	(revision 3468)
+++ userpoints.views.inc	(revision 3469)
@@ -432,7 +432,7 @@
       ),
       'relationship' => array(
           'base' => 'node',
-          'field' => 'nid',
+          'base field' => 'nid',
           'label' => t('Entity'),
           'handler' => 'views_handler_relationship',
       ),
@@ -463,7 +463,9 @@
       ),
       'sort' => array(
           'handler' => 'views_handler_sort',
-  ),
+      ),
+  );
+  
   $data['userpoints_txn']['txn_id'] = array(
     'title' => t('Transaction ID'),
     'help' => t('Userpoints Transaction ID'),
@@ -476,7 +478,6 @@
     'sort' => array(
       'handler' => 'views_handler_sort',
     ),
-  ),
   );
 
   // Reverse join information. This should not be necessary.
