Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Questions
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
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.
Issue Links
| This issue duplicates: | ||||
| MDL-15792 | Images in question don't display |
|
|
|
This is a duplicate of
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+
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.1 Finally, it has already been fixed. Please upgrade to 1.9.2+