Ensure Echomail is initialised correctly
This commit is contained in:
@@ -205,6 +205,8 @@ class MessageProcess implements ShouldQueue
|
||||
|
||||
// We know about this area, store it
|
||||
$o = new Echomail;
|
||||
$o->init();
|
||||
|
||||
$o->to = $this->msg->user_to;
|
||||
$o->from = $this->msg->user_from;
|
||||
$o->subject = $this->msg->subject;
|
||||
|
Reference in New Issue
Block a user