From: Evan Prodromou Date: Mon, 4 Jul 2011 19:47:09 +0000 (-0400) Subject: explicitly name URI attribute for Poll_response X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c468b0d7f321f831b17448bd09f064305edd3826;p=quix0rs-gnu-social.git explicitly name URI attribute for Poll_response --- 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 #