Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Component/s: Module: Scheduler
-
Labels:None
-
Environment:Ubuntu Server 8.04 LTS
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
There's a small problem with the e-mails that are sent to a student when the teacher cancels an appointment.
These e-mails do not show the teacher's name correctly. Instead, they show the name of an unrelated student.
This is caused by a small typo: In teacherview.controller.php, around line 442,
'USER' => fullname($student),
should be replaced with:
'USER' => fullname($teacher),
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions