Merge branch 'MDL-31828_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE

This commit is contained in:
Sam Hemelryk
2012-03-05 17:03:11 +13:00
+1
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();