Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2024-04-10 16:37:38 +02:00
commit 82db151303
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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;