Merge branch 'MDL-46721-31' of git://github.com/cameron1729/moodle into MOODLE_31_STABLE
This commit is contained in:
@@ -5466,11 +5466,9 @@ class assign {
|
||||
* @param int $updatetime
|
||||
* @return void
|
||||
*/
|
||||
public function send_notification($userfrom,
|
||||
$userto,
|
||||
$messagetype,
|
||||
$eventtype,
|
||||
$updatetime) {
|
||||
public function send_notification($userfrom, $userto, $messagetype, $eventtype, $updatetime) {
|
||||
global $USER;
|
||||
$uniqueid = $this->get_uniqueid_for_user(core_user::is_real_user($userfrom->id) ? $userfrom->id : $USER->id);
|
||||
self::send_assignment_notification($userfrom,
|
||||
$userto,
|
||||
$messagetype,
|
||||
@@ -5482,7 +5480,7 @@ class assign {
|
||||
$this->get_module_name(),
|
||||
$this->get_instance()->name,
|
||||
$this->is_blind_marking(),
|
||||
$this->get_uniqueid_for_user($userfrom->id));
|
||||
$uniqueid);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user