diff --git a/sites/all/modules/contrib/user_relationships/user_relationship_views/user_relationship_views.views.inc b/sites/all/modules/contrib/user_relationships/user_relationship_views/user_relationship_views.views.inc
index e6374a1..bc442a6 100644
--- a/sites/all/modules/contrib/user_relationships/user_relationship_views/user_relationship_views.views.inc
+++ b/sites/all/modules/contrib/user_relationships/user_relationship_views/user_relationship_views.views.inc
@@ -86,7 +86,7 @@ function user_relationship_views_views_data() {
       ),
       'relationship' => array(// this relationship brings in all fields the users table offers
         'base' => 'users',
-        'field' => 'uid',
+        'base field' => 'uid',
         'label' => 'requester',
         'help' => t('Bring in data about the user who started the relationship, or link to relationships that they have established'),
       ),
@@ -117,7 +117,7 @@ function user_relationship_views_views_data() {
       ),
       'relationship' => array(// this relationship brings in all fields the users table offers
         'base' => 'users',
-        'field' => 'uid',
+        'base field' => 'uid',
         'label' => 'requestee',
         'help' => t('Bring in data about the user who accepted the relationship, or link to relationships that other users have established to this one'),
       ),
