Merge branch 'm20_MDL-26905_AICC_API_missing_currentorg_init' of git://github.com/scara/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2011-03-21 21:38:23 +01:00
commit b9c6ce2d19

View file

@ -10,6 +10,9 @@
} }
} }
} }
if (!isset($currentorg)) {
$currentorg = '';
}
?> ?>
// //
// SCORM 1.2 API Implementation // SCORM 1.2 API Implementation