Fix seenaddress accessed before initialisation

This commit is contained in:
Deon George
2021-08-23 13:34:24 +10:00
parent 1ae73e80c2
commit 1398ecff2d

View File

@@ -187,6 +187,8 @@ class Message extends FTNBase
$this->path = collect();
$this->seenby = collect();
$this->seenaddress = collect();
$this->pathaddress = collect();
$this->rogue_seen = collect();
$this->rogue_path = collect();
$this->via = collect();