From 92ef5db467d18054ccb37b756385437aeec98c61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Bru=CC=88cke?= <blackice2999@googlemail.com>
Date: Thu, 17 Jan 2013 08:12:26 +0100
Subject: [PATCH] Issue #1890904 by blackice2999: Missing schema field on user
 property

---
 userpoints.transaction.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/userpoints.transaction.inc b/userpoints.transaction.inc
index 6535d89..2818870 100644
--- a/userpoints.transaction.inc
+++ b/userpoints.transaction.inc
@@ -1304,6 +1304,7 @@ class UserpointsTransactionMetadataController extends EntityDefaultMetadataContr
       'description' => t('The user that will receive the !points', userpoints_translation()),
       'setter callback' => 'userpoints_transaction_property_set',
       'getter callback' => 'userpoints_transaction_property_get',
+      'schema field' => 'uid'
     );
     $properties['points']['label'] = t('!Points', userpoints_translation());
     $properties['points']['description'] = t('Amount of !points to give or take.', userpoints_translation());
-- 
1.7.10.2 (Apple Git-33)

