From 13f1c2cc551b6250402ac18ab22eec359cab385c Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 12 Feb 2015 17:44:05 +0100 Subject: [PATCH] Missing uri property of QnA_Answer class --- plugins/QnA/classes/QnA_Answer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/QnA/classes/QnA_Answer.php b/plugins/QnA/classes/QnA_Answer.php index 9db52985ad..02214d360f 100644 --- a/plugins/QnA/classes/QnA_Answer.php +++ b/plugins/QnA/classes/QnA_Answer.php @@ -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 -- 2.39.2