Merge branch 'MDL-87168-main' of https://github.com/jleyva/moodle

This commit is contained in:
Huong Nguyen
2025-12-03 10:28:49 +07:00
@@ -138,7 +138,6 @@ class message_airnotifier_manager {
$params = [
'url' => $CFG->wwwroot,
'siteid' => md5(\core\hub\registration::get_secret()),
'contact' => $USER->email,
'description' => $CFG->wwwroot,
];
$resp = $curl->post($serverurl, $params);