Fix incorrect subjects on some notifications
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user