Skip to content

Commit

Permalink
MDL-41660 backup ims-cc: Use correct temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Petro committed Sep 8, 2013
1 parent f09119e commit d871a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/converter/imscc11/backuplib.php
Expand Up @@ -139,7 +139,7 @@ protected function define_execution() {

require_once($CFG->dirroot . '/backup/cc/cc_includes.php');

$tempdir = $CFG->dataroot . '/temp/backup/' . uniqid('', true);
$tempdir = $CFG->tempdir . '/backup/' . uniqid('', true);

if (mkdir($tempdir, $CFG->directorypermissions, true)) {

Expand Down

0 comments on commit d871a0d

Please sign in to comment.