mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-31828' of git://github.com/timhunt/moodle
This commit is contained in:
commit
1392fd114a
@ -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