Fix variable

1.10.x
Julio 10 years ago
parent cea58a7293
commit 8fca1c1541
  1. 2
      main/document/download_scorm.php

@ -14,6 +14,8 @@ $this_section = SECTION_COURSES;
// Protection
api_protect_course_script();
$_course = api_get_course_info();
if (!isset($_course)) {
api_not_allowed(true);
}

Loading…
Cancel
Save