Merge "Add support for Argon2 password hashing"
[lhc/web/wiklou.git] / includes / specials / SpecialEmailuser.php
index aebec2f..10a9e96 100644 (file)
@@ -468,7 +468,7 @@ class SpecialEmailUser extends UnlistedSpecialPage {
                        if ( $data['CCMe'] && $to != $from ) {
                                $ccTo = $from;
                                $ccFrom = $from;
-                               $ccSubject = $context->msg( 'emailccsubject' )->rawParams(
+                               $ccSubject = $context->msg( 'emailccsubject' )->plaintextParams(
                                        $target->getName(), $subject )->text();
                                $ccText = $text;