diff --git a/phpBB/phpbb/messenger/method/base.php b/phpBB/phpbb/messenger/method/base.php index c8c7129caf..f3db4155ca 100644 --- a/phpBB/phpbb/messenger/method/base.php +++ b/phpBB/phpbb/messenger/method/base.php @@ -423,7 +423,7 @@ abstract class base implements messenger_interface */ public function save_queue(): void { - if ($this->use_queue && isset($this->queue)) + if ($this->use_queue) { $this->queue->save(); }