bobopinna/moodle-enrol_autoenrol

Bug in call to format_string() in email_welcome_message()

Closed this issue · 1 comments

There is a typo in the $context variable here:

https://github.com/bobopinna/moodle-enrol_autoenrol/blob/master/lib.php#L922

which means the appropriate course context is not being passed to format_string().

Fixed.

Thks