mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-42033 Files in subdirs not exported correctly by question XML format
This commit is contained in:
parent
692d247a3a
commit
624ff5ba57
3 changed files with 58 additions and 9 deletions
|
@ -387,7 +387,7 @@ class qformat_default {
|
|||
$question->modifiedby = $USER->id;
|
||||
$question->timemodified = time();
|
||||
$fileoptions = array(
|
||||
'subdirs' => false,
|
||||
'subdirs' => true,
|
||||
'maxfiles' => -1,
|
||||
'maxbytes' => 0,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue