|
|
|
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 » |
made changes - 04/Aug/08 09:07 PM
| Field |
Original Value |
New Value |
|
Affects Version/s
|
1.9.1
[ 10240
]
|
|
|
Affects Version/s
|
1.9
[ 10190
]
|
|
made changes - 04/Aug/08 09:07 PM
|
Resolution
|
|
Duplicate
[ 3
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|