Fix incorrect subjects on some notifications
This commit is contained in:
parent
45d78233b2
commit
509cdd7ea6
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user