forked from GNUsocial/gnu-social
* Fix plugin filename
* Make questions save!
This commit is contained in:
@@ -103,7 +103,7 @@ class AnswerForm extends Form
|
||||
$out = $this->out;
|
||||
$id = "question-" . $question->id;
|
||||
|
||||
$out->element('p', 'answer', $question->question);
|
||||
$out->element('p', 'answer', $question->title);
|
||||
$out->element('input', array('type' => 'text', 'name' => 'answer'));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user