소스 검색

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

Yannick Warnier 8 년 전
부모
커밋
50a33ff6b0
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      main/exercise/export/exercise_import.inc.php

+ 7 - 1
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;