]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/classes/QnA_Answer.php
Missing uri property of QnA_Answer class
[quix0rs-gnu-social.git] / plugins / QnA / classes / QnA_Answer.php
index 9db52985adfa604f8741b225cff0c7050f47b0a8..02214d360f25b3ed862ec08871ade66c89ba83a3 100644 (file)
@@ -48,6 +48,7 @@ class QnA_Answer extends Managed_DataObject
 
     public $__table = 'qna_answer'; // table name
     public $id;          // char(36) primary key not null -> UUID
+    public $uri;         // varchar(255)
     public $question_id; // char(36) -> question.id UUID
     public $profile_id;  // int -> question.id
     public $best;        // (boolean) int -> whether the question asker has marked this as the best answer