mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-16219 - revert Nic's bogus change. This was already fixed by updating questionlib.php.
This commit is contained in:
parent
5626f5d296
commit
b5f8c377a1
@ -631,8 +631,7 @@ class quiz_attempt extends quiz {
|
||||
}
|
||||
|
||||
public function get_question_html_head_contributions($questionid) {
|
||||
$question_array = array($questionid);
|
||||
return get_html_head_contributions($question_array,
|
||||
return get_html_head_contributions(array($questionid),
|
||||
$this->questions, $this->states);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user