From 509cdd7ea6e9f79138918e46982babb620e093a3 Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 17 Nov 2023 21:12:08 +1100 Subject: [PATCH] Fix incorrect subjects on some notifications --- app/Notifications/Netmails/Areafix.php | 2 +- app/Notifications/Netmails/Areafix/NotConfiguredHere.php | 2 +- app/Notifications/Netmails/PacketPasswordInvalid.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Notifications/Netmails/Areafix.php b/app/Notifications/Netmails/Areafix.php index 07115ef..e205105 100644 --- a/app/Notifications/Netmails/Areafix.php +++ b/app/Notifications/Netmails/Areafix.php @@ -46,7 +46,7 @@ class Areafix extends Netmails $o->to = $this->mo->user_from; $o->replyid = $this->mo->msgid; - $o->subject = 'Ping Reply'; + $o->subject = 'Areafix Reply'; // Message $msg = $this->page(FALSE,'Areafix'); diff --git a/app/Notifications/Netmails/Areafix/NotConfiguredHere.php b/app/Notifications/Netmails/Areafix/NotConfiguredHere.php index 5e7c96e..11eba5a 100644 --- a/app/Notifications/Netmails/Areafix/NotConfiguredHere.php +++ b/app/Notifications/Netmails/Areafix/NotConfiguredHere.php @@ -46,7 +46,7 @@ class NotConfiguredHere extends Netmails $o->to = $this->mo->user_from; $o->replyid = $this->mo->msgid; - $o->subject = 'Ping Reply'; + $o->subject = 'Areafix - Not Configured Here'; // Message $msg = $this->page(FALSE,'Areafix'); diff --git a/app/Notifications/Netmails/PacketPasswordInvalid.php b/app/Notifications/Netmails/PacketPasswordInvalid.php index a1dbe27..9cf5dbc 100644 --- a/app/Notifications/Netmails/PacketPasswordInvalid.php +++ b/app/Notifications/Netmails/PacketPasswordInvalid.php @@ -43,7 +43,7 @@ class PacketPasswordInvalid extends Netmails $o->flags = (Message::FLAG_LOCAL|Message::FLAG_PRIVATE|Message::FLAG_PKTPASSWD|Message::FLAG_CRASH); // Message - $msg = $this->page(TRUE,'badpass'); + $msg = $this->page(FALSE,'badpass'); if ($this->invalidpass) $msg->addText(