Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Component/s: Enrolments
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
Description
The email_welcome_message_to_user() function takes a user as the last parameter.
However, it ignores that parameter when creating the profile URL:
$a->profileurl = "$CFG->wwwroot/user/view.php?id=$USER->id&course=$course->id";
Therefore the link will be wrong if an admin enrols a user manually for example.
Attachments
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Great, thanks Francois!