]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
explicitly name URI attribute for Poll_response
authorEvan Prodromou <evan@status.net>
Mon, 4 Jul 2011 19:47:09 +0000 (15:47 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 4 Jul 2011 19:47:09 +0000 (15:47 -0400)
plugins/Poll/Poll_response.php

index 15ddcaf90df9be3514416e32f016665c63c81f66..2518ac2bebd057f8a35e9b6b5a070c8cd99e6238 100644 (file)
@@ -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 #