Skip to content
Snippets Groups Projects
Commit 2701213f authored by Matt Butcher's avatar Matt Butcher
Browse files

#557606 by PanDa777: Feedback mis-spelled twice.

parent 9237bddf
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ class MatchingQuestion implements QuizQuestion {
'#type' => 'textarea',
'#title' => t('Feedback / Reason'),
'#rows' => 2,
'#default_value' => isset($feeback) ? $feeback : ''
'#default_value' => isset($feedback) ? $feedback : ''
);
}
return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment