Skip to content

Commit

Permalink
use messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 authored Dec 13, 2023
1 parent 0e857f7 commit df8d49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/get_meeting_reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ public function notify_teachers($data) {
}

// Prepare the message.
$message = new core\message\message();
$message = new message();
$message->component = 'mod_zoom';
$message->name = 'teacher_notification'; // The notification name from message.php.
$message->userfrom = core_user::get_noreply_user();
Expand Down

0 comments on commit df8d49e

Please sign in to comment.