@ -702,3 +702,13 @@ $import->setDumpValues($dump);
// Do not moves the files to treated
$import->test = true;
$import->run();
/*
$command = "sudo find ".api_get_path(SYS_COURSE_PATH)." -type d -exec chmod 777";
system($command);
$command = "sudo find ".api_get_path(SYS_CODE_PATH)."upload/users -type d -exec chmod 777";
*/