mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-41851-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
7172903fcf
@ -789,10 +789,7 @@ function forum_cron() {
|
||||
|
||||
// If forum_replytouser is not set then send mail using the noreplyaddress.
|
||||
if (empty($CFG->forum_replytouser)) {
|
||||
// Clone userfrom as it is referenced by $users.
|
||||
$cloneduserfrom = clone($userfrom);
|
||||
$cloneduserfrom->email = $CFG->noreplyaddress;
|
||||
$eventdata->userfrom = $cloneduserfrom;
|
||||
$eventdata->userfrom = core_user::get_noreply_user();
|
||||
}
|
||||
|
||||
$smallmessagestrings = new stdClass();
|
||||
|
Loading…
x
Reference in New Issue
Block a user