mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-66090_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
1445f82315
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class insights_generator {
|
|||
$message->component = 'moodle';
|
||||
$message->name = 'insights';
|
||||
|
||||
$message->userfrom = \core_user::get_noreply_user();
|
||||
$message->userfrom = \core_user::get_support_user();
|
||||
$message->userto = $user;
|
||||
|
||||
$message->subject = $this->target->get_insight_subject($this->modelid, $context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue