Merge branch 'MDL-67789-master' of https://github.com/sarjona/moodle

This commit is contained in:
Andrew Nicols
2023-03-17 13:03:24 +01:00
committed by Sara Arjona
52 changed files with 4642 additions and 233 deletions
+5
View File
@@ -237,6 +237,11 @@ function uninstall_plugin($type, $name) {
unset_all_config_for_plugin($pluginname);
}
// Wipe any xAPI state information.
if (core_xapi\handler::supports_xapi($component)) {
core_xapi\api::remove_states_from_component($component);
}
// delete message provider
message_provider_uninstall($component);