This commit is contained in:
parent
ead14dc087
commit
de65b64bfd
|
@ -285,7 +285,10 @@ class SpecialContact extends UnlistedSpecialPage
|
|||
$config['SenderName']
|
||||
);
|
||||
|
||||
$subject = $formData['Subject'];
|
||||
$msgSubject = $formData['Subject'];
|
||||
$subject = "❗❗ New Contact Me Form ❗❗";
|
||||
|
||||
$senderAddress = new MailAddress($fromAddress, $fromName);
|
||||
|
||||
if ($fromName !== '') {
|
||||
$subject = $this->msg(
|
||||
|
|
Loading…
Reference in New Issue