Minor - Use new handle_upload_file() option to avoid altering filenames in QTI import

ofaj
Yannick Warnier 8 years ago
parent 03bfbe2b09
commit 50a33ff6b0
  1. 8
      main/exercise/export/exercise_import.inc.php

@ -36,7 +36,13 @@ function get_and_unzip_uploaded_exercise($baseWorkDir, $uploadPath)
$_user['user_id'],
0,
null,
1
1,
null,
null,
null,
null,
null,
false
)
) {
return true;

Loading…
Cancel
Save