mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
MDL-26905 - Fixed missing of currentorg initialization in AICC API
This commit is contained in:
parent
56babbcb76
commit
c6e46d37bc
@ -10,6 +10,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!isset($currentorg)) {
|
||||
$currentorg = '';
|
||||
}
|
||||
?>
|
||||
//
|
||||
// SCORM 1.2 API Implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user