MDL-78284 theme: Add new interactive content and update styles
This commit is contained in:
@@ -325,7 +325,7 @@ class mod_data_generator extends testing_module_generator {
|
||||
get_file_storage()->create_file_from_string(['component' => 'user', 'filearea' => 'draft',
|
||||
'contextid' => $usercontext->id, 'itemid' => $itemid, 'filepath' => '/',
|
||||
'filename' => $filename],
|
||||
file_get_contents($CFG->dirroot.'/mod/data/pix/monologo.png'));
|
||||
file_get_contents($CFG->dirroot.'/mod/data/field/picture/pix/sample.png'));
|
||||
}
|
||||
|
||||
$fieldname = 'field_' . $fieldid . '_file';
|
||||
|
||||
Reference in New Issue
Block a user