Fix subject lines and corrupted emails from messages MDL-13364
This commit is contained in:
@@ -967,6 +967,7 @@ function message_post_message($userfrom, $userto, $message, $format, $messagetyp
|
||||
$tagline = get_string('emailtagline', 'message', $SITE->shortname);
|
||||
|
||||
$messagesubject = message_shorten_message(strip_tags($message), 30).'...';
|
||||
$messagesubject = str_replace("\n", ' ', $messagesubject); // make sure it's all on one line
|
||||
|
||||
$messagetext = format_text_email($message, $format).
|
||||
"\n\n--\n".$tagline."\n"."$CFG->wwwroot/message/index.php?popup=1";
|
||||
|
||||
Reference in New Issue
Block a user