From c468b0d7f321f831b17448bd09f064305edd3826 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 4 Jul 2011 15:47:09 -0400 Subject: [PATCH] explicitly name URI attribute for Poll_response --- plugins/Poll/Poll_response.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Poll/Poll_response.php b/plugins/Poll/Poll_response.php index 15ddcaf90d..2518ac2beb 100644 --- a/plugins/Poll/Poll_response.php +++ b/plugins/Poll/Poll_response.php @@ -46,6 +46,7 @@ class Poll_response extends Managed_DataObject { public $__table = 'poll_response'; // table name public $id; // char(36) primary key not null -> UUID + public $uri; // varchar(255) public $poll_id; // char(36) -> poll.id UUID public $profile_id; // int -> profile.id public $selection; // int -> choice #