diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index c11a5947f7..a782617ad0 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -2055,6 +2055,10 @@ class learnpath { return $progress; } + /** + * Returns the HTML necessary to print a mediaplayer block inside a page + * @return string The mediaplayer HTML + */ function get_mediaplayer() { global $_course;