Fix seenaddress accessed before initialisation
This commit is contained in:
parent
1ae73e80c2
commit
1398ecff2d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user