Skip to content
  • Sara Arjona's avatar
    MDL-69415 core_h5p: prepend H5P libraries in autoloader · 9e52a6a0
    Sara Arjona authored
    Core and mod_hvp are using the same namespace for some H5P
    libraries. This is causing some random errors.
    In order to get the expected behaviour in Moodle core, this patch
    prepends H5P libraries in order to guarantee they are loaded first.
    Plugins using same libraries will need to use a different namespace
    if they overlap and a different version of these libraries should
    be used.
    9e52a6a0