Skip to content

Commit d291b11

Browse files
committed
Moodle code style fixes
Moodle code style fixes
1 parent 98cc529 commit d291b11

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

classes/task/send_ical_notifications.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@ private function send_zoom_ical_notifications(stdClass $zoomevent) {
149149
}
150150
$zoomeventname = zoom_apply_filter_on_meeting_name($zoomevent->name, $formatoptions);
151151
$zoomeventhtmldesc = format_text($zoomevent->description, FORMAT_HTML, $formatoptions);
152-
$zoomeventhtmldesc .= format_text(get_string('meetingactivityurl', 'mod_zoom', $CFG->wwwroot . '/mod/zoom/view.php?id=' . $cminfo->id), FORMAT_HTML, $formatoptions);
152+
$zoomeventhtmldesc .= format_text(get_string('meetingactivityurl',
153+
'mod_zoom',
154+
$CFG->wwwroot . '/mod/zoom/view.php?id=' . $cminfo->id),
155+
FORMAT_HTML,
156+
$formatoptions);
153157
$zoomeventplaindesc = strip_tags($zoomevent->description);
154158

155159
// Setup zoom event url.

0 commit comments

Comments
 (0)