mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17490] Remove not needed isset
PHPBB-17490
This commit is contained in:
parent
6fcac2c40f
commit
bf2dd2cd75
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue