Skip to content

Commit

Permalink
MDL-11912 Removed recursive param
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Oct 31, 2007
1 parent d2d4b56 commit 1994116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/backuplib.php
Expand Up @@ -313,7 +313,7 @@ function check_and_create_user_files_dir($backup_unique_code) {

global $CFG;

$status = check_dir_exists($CFG->dataroot."/temp/backup/".$backup_unique_code."/user_files",true, true);
$status = check_dir_exists($CFG->dataroot."/temp/backup/".$backup_unique_code."/user_files",true);

return $status;
}
Expand Down

0 comments on commit 1994116

Please sign in to comment.