-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.5, 3.8.2, 3.9
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-68265-master -
These do not need to use tempdir, they can use a requestdir.
The files are removed after the current thread.
g2022 sm:MDL-68264-master> gg questionimport
|
mod/lesson/import.php: $importfile = "{$CFG->tempdir}/questionimport/{$realfilename}";
|
mod/lesson/import.php: make_temp_directory('questionimport');
|
question/import.php: $importfile = "{$CFG->tempdir}/questionimport/{$realfilename}";
|
question/import.php: make_temp_directory('questionimport');
|
- has a non-specific relationship to
-
MDL-68262 assignfeedback_pdf uses tempdir instead of requestdir
- Closed