forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging

This commit is contained in:
Andrew Davis 2010-07-08 08:23:58 +00:00
parent 001251f222
commit eac02096d6

View File

@ -905,7 +905,7 @@ function forum_cron() {
$attachment = $attachname=''; $attachment = $attachname='';
$usetrueaddress = true; $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) { if (!$mailresult) {
mtrace("ERROR!"); mtrace("ERROR!");