Skip to content

Commit

Permalink
Learnpath: on scorm package update overwrite all the file even if new…
Browse files Browse the repository at this point in the history
…er files are on the server -refs BT#21129
  • Loading branch information
NicoDucou committed Jan 15, 2024
1 parent 76f88c7 commit 62ba004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/lp/scorm.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ public function import_package(
}

$zipFile->extract(
PCLZIP_OPT_REPLACE_NEWER,
PCLZIP_CB_PRE_EXTRACT,
$callBack
);
Expand Down

0 comments on commit 62ba004

Please sign in to comment.