|
|
|
Question image is not shown. Problem is in function get_question_image().
Change the following line:
$img = get_file_url("$courseid/{$question->image}");
by
$img = get_file_url("$coursefilesdir/{$question->image}");
Thanks in advance :)
Juan.
|
|
Description
|
Question image is not shown. Problem is in function get_question_image().
Change the following line:
$img = get_file_url("$courseid/{$question->image}");
by
$img = get_file_url("$coursefilesdir/{$question->image}");
Thanks in advance :)
Juan.
|
Show » |
|
MDL-15792. Please search for existing bug reports before creating a new one. Also, it was a newly introduced regression in 1.9.2, it did not affect 1.9 or 1.9.1Finally, it has already been fixed. Please upgrade to 1.9.2+