mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-31828 attachements to essay questions do not work on Oracle.
This commit is contained in:
parent
5bbf3cb72b
commit
7a26403fc9
@ -151,6 +151,7 @@ class question_engine_data_mapper {
|
||||
foreach ($step->get_all_data() as $name => $value) {
|
||||
if ($value instanceof question_file_saver) {
|
||||
$value->save_files($stepid, $context);
|
||||
$value = (string) $value;
|
||||
}
|
||||
|
||||
$data = new stdClass();
|
||||
|
Loading…
x
Reference in New Issue
Block a user