diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index fa47c50b49..f25ce82b8f 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -582,6 +582,11 @@ class messenger ); extract($phpbb_dispatcher->trigger_event('core.notification_message_email', compact($vars))); + $this->addresses = $addresses; + $this->subject = $subject; + $this->msg = $msg; + unset($addresses, $subject, $msg); + if ($break) { return true;