mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-11137 Unable to locate API error - fix typo on var name - thank dan.
This commit is contained in:
parent
d927c5b4ef
commit
d4e9550a4f
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ function scorm_get_tracks($scoid,$userid,$attempt='') {
|
|||
$usertrack->timemodified = $track->timemodified;
|
||||
}
|
||||
}
|
||||
ksort($userdata);
|
||||
ksort($usertrack);
|
||||
return $usertrack;
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue