Fix typo in previous commit - refs BT#16334

pull/3023/head
Yannick Warnier 6 years ago committed by GitHub
parent 352c9a51c1
commit 9adfdfcaae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      main/document/download.php

@ -56,7 +56,6 @@ if (substr($refer_script, 0, 15) == '/fillsurvey.php') {
list($invitation, $part1) = preg_split('/&/', $part2);
unset($part1);
unset($part2);
$invitation = substr(strstr($refer_script, 'invitationcode='), 15);
$course = strstr($refer_script, 'course=');
$course = substr($course, 7, strpos($course, '&') - 7);
include '../survey/survey.download.inc.php';

Loading…
Cancel
Save