diff --git a/mod/imscp/locallib.php b/mod/imscp/locallib.php index aa39ad8afe8..6936d4d4edc 100644 --- a/mod/imscp/locallib.php +++ b/mod/imscp/locallib.php @@ -91,7 +91,7 @@ function imscp_parse_structure($imscp, $context) { return null; } - imscp_parse_manifestfile($manifestfile->get_content()); + return imscp_parse_manifestfile($manifestfile->get_content()); } /**