mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'm20_MDL-26905_AICC_API_missing_currentorg_init' of git://github.com/scara/moodle
This commit is contained in:
commit
b9c6ce2d19
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!isset($currentorg)) {
|
||||||
|
$currentorg = '';
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
//
|
//
|
||||||
// SCORM 1.2 API Implementation
|
// SCORM 1.2 API Implementation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue