Fix for corrupt packets and the object is not properly initialised
This commit is contained in:
parent
3adf7c73b6
commit
cabf9bca8b
@ -174,6 +174,11 @@ class Message extends FTNBase
|
||||
$this->header = [];
|
||||
$this->kludge = collect();
|
||||
|
||||
$this->user_from = '';
|
||||
$this->user_to = '';
|
||||
$this->subject = '';
|
||||
$this->message = '';
|
||||
|
||||
$this->msgid = '';
|
||||
$this->reply = '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user