Minor - Update doc

1.10.x
Yannick Warnier 11 years ago
parent 625b4c9c7b
commit 6e48fc494f
  1. 2
      main/newscorm/lp_upload.php

@ -109,7 +109,7 @@ if (Request::is_post() && $is_error) {
// Directory creation.
$stopping_error = false;
// Escape path with basename so it can only be directly into the claroline/upload directory.
// Escape path with basename so it can only be directly into the archive/ directory.
$s = api_get_path(SYS_ARCHIVE_PATH).basename($_POST['file_name']);
// Get name of the zip file without the extension
$info = pathinfo($s);

Loading…
Cancel
Save