File: phpbb/notification/method/messenger_base.php
Unmodified
Added
Modified
Removed
Line 97 | Line 97 |
---|
$messenger = new \messenger();
// Time to go through the queue and send emails
|
$messenger = new \messenger();
// Time to go through the queue and send emails
|
/** @var \phpbb\notification\type\type_interface $notification */
| /** @var type_interface $notification */
|
foreach ($this->queue as $notification) { if ($notification->get_email_template() === false)
| foreach ($this->queue as $notification) { if ($notification->get_email_template() === false)
|