-
Improvement
-
Resolution: Fixed
-
Minor
-
2.0.4, 2.1.1
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_22_STABLE
-
w36_
MDL-28701_m22_tempcachedir -
Usage of $CFG->dataroot . "/temp" in various forms is strewn throughout Moodle.
I propose creating a single $CFG->tempdir (which defaults to "$CFG->dataroot/temp" to maintain backwards compatibility) to allow a single point to change the location of the temp files if needed.