Merge branch 'MDL-76305-master' of https://github.com/junpataleta/moodle
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user