mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue