This commit is contained in:
Huong Nguyen
2026-01-16 15:14:30 +08:00
committed by Jake Dallimore
+1
View File
@@ -2714,6 +2714,7 @@ abstract class enrol_plugin {
global $DB;
$instance->status = $newstatus;
$instance->timemodified = time();
$DB->update_record('enrol', $instance);
// Dispatch the hook for post enrol status update actions.