Skip to content

Commit

Permalink
MDL-68958 mod_imscp: Return manifestfilename as default response.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Dias committed Jan 20, 2021
1 parent c381757 commit 0e0d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/imscp/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function imscp_recursive_href($manifestfilename, $imscp, $context) {
}
}

return $href;
return $manifestfilename;
}

function imscp_recursive_item($xmlitem, $level, $resources) {
Expand Down

0 comments on commit 0e0d08e

Please sign in to comment.