Non-core contributed modules

Teacher's name not correctly displayed in notification e-mail

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.5
  • Fix Version/s: 1.9.7, 2.0
  • 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

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: