From: Mikael Nordfeldth Date: Thu, 12 Feb 2015 16:44:05 +0000 (+0100) Subject: Missing uri property of QnA_Answer class X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=commitdiff_plain;h=13f1c2cc551b6250402ac18ab22eec359cab385c;ds=sidebyside Missing uri property of QnA_Answer class --- 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