Skip to content

Commit

Permalink
fixup! use correct variable in mtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp authored Sep 28, 2023
1 parent 0f50a72 commit 25871a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/get_meeting_recordings.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function execute() {

if (empty($meetings[$recording->meetingid])) {
// Skip meetings that are not in Moodle.
mtrace('Meeting id: ' . $recordingid . ' does not exist...skipping');
mtrace('Meeting id: ' . $recording->meetingid . ' does not exist...skipping');
continue;
}

Expand Down

0 comments on commit 25871a2

Please sign in to comment.