mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging
This commit is contained in:
parent
001251f222
commit
eac02096d6
@ -905,7 +905,7 @@ function forum_cron() {
|
||||
|
||||
$attachment = $attachname='';
|
||||
$usetrueaddress = true;
|
||||
$mailresult = email_to_user($userto, $userfrom, $postsubject, $posttext, $posthtml, $attachment, $attachname, $usetrueaddress, $CFG->forum_replytouser);
|
||||
$mailresult = email_to_user($userto, $site->shortname, $postsubject, $posttext, $posthtml, $attachment, $attachname, $usetrueaddress, $CFG->forum_replytouser);
|
||||
|
||||
if (!$mailresult) {
|
||||
mtrace("ERROR!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user