MDL-31828 attachements to essay questions do not work on Oracle.

This commit is contained in:
Tim Hunt 2012-03-01 12:10:39 +00:00
parent 5bbf3cb72b
commit 7a26403fc9

View File

@ -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();