Skip to content
Snippets Groups Projects
Commit f8ac5eed authored by Sivaji Ganesh Jojodae's avatar Sivaji Ganesh Jojodae
Browse files

#517602 by falcon | jfmoore | sivaji : Fixed deprecated use of form array in...

#517602 by falcon | jfmoore | sivaji : Fixed deprecated use of form array in matching administration page.
parent e1818768
No related branches found
Tags 6.x-3.4
No related merge requests found
......@@ -139,8 +139,8 @@ class MatchingQuestion implements QuizQuestion {
'#type' => 'fieldset',
'#title' => t('Matching Settings'),
'#description' => t('Matching Questions Settings and Configuration'),
'collapsible' => TRUE,
'collapsed' => TRUE,
'#collapsible' => TRUE,
'#collapsed' => FALSE,
);
$form['matching']['quiz_matching_form_size'] = array(
'#type' => 'textfield',
......
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