Learnpath: on scorm package update overwrite all the file even if newer files are on the server -refs BT#21129

pull/5092/head
NicoDucou 2 years ago
parent 76f88c7c0e
commit 62ba004a42
  1. 1
      main/lp/scorm.class.php

@ -771,6 +771,7 @@ class scorm extends learnpath
}
$zipFile->extract(
PCLZIP_OPT_REPLACE_NEWER,
PCLZIP_CB_PRE_EXTRACT,
$callBack
);

Loading…
Cancel
Save