Merge branch 'MDL-76305-master' of https://github.com/junpataleta/moodle

This commit is contained in:
Ilya Tregubov
2022-11-17 10:34:13 +03:00
+1 -1
View File
@@ -201,7 +201,7 @@ $CFG->libdir = $CFG->dirroot .'/lib';
// Allow overriding of tempdir but be backwards compatible
if (!isset($CFG->tempdir)) {
$CFG->tempdir = "$CFG->dataroot/temp";
$CFG->tempdir = $CFG->dataroot . DIRECTORY_SEPARATOR . "temp";
}
// Allow overriding of backuptempdir but be backwards compatible