From cabf9bca8bfeb7b4e69f3a162267d1be71108431 Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 25 Oct 2021 21:09:57 +1100 Subject: [PATCH] Fix for corrupt packets and the object is not properly initialised --- app/Classes/FTN/Message.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Classes/FTN/Message.php b/app/Classes/FTN/Message.php index af64b9a..5832d0b 100644 --- a/app/Classes/FTN/Message.php +++ b/app/Classes/FTN/Message.php @@ -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 = '';