QnA - Allow answer revisions and marking a question as "best"

This commit is contained in:
Zach Copley
2011-04-04 01:27:38 -07:00
parent 960aebdbc4
commit 528d999ae7
6 changed files with 315 additions and 36 deletions

View File

@@ -180,7 +180,7 @@ class QnanewanswerAction extends Action
$this->element('p', 'error', $this->error);
}
$form = new QnaanswerForm($this->question, $this);
$form = new QnanewanswerForm($this->question, $this);
$form->show();
return;