Missing uri property of QnA_Answer class
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 12 Feb 2015 16:44:05 +0000 (17:44 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 12 Feb 2015 16:44:05 +0000 (17:44 +0100)
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