Fix for corrupt packets and the object is not properly initialised

This commit is contained in:
Deon George 2021-10-25 21:09:57 +11:00
parent 3adf7c73b6
commit cabf9bca8b

View File

@ -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 = '';