Merge branch 'wip-MDL-48377-m27' of git://github.com/marinaglancy/moodle into MOODLE_27_STABLE
This commit is contained in:
+1
-1
@@ -741,7 +741,7 @@ function forum_cron() {
|
||||
$a->courseshortname = $shortname;
|
||||
$a->forumname = $cleanforumname;
|
||||
$a->subject = format_string($post->subject, true);
|
||||
$postsubject = html_to_text(get_string('postmailsubject', 'forum', $a));
|
||||
$postsubject = html_to_text(get_string('postmailsubject', 'forum', $a), 0);
|
||||
$posttext = forum_make_mail_text($course, $cm, $forum, $discussion, $post, $userfrom, $userto);
|
||||
$posthtml = forum_make_mail_html($course, $cm, $forum, $discussion, $post, $userfrom, $userto);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user