Update functions.php

This commit is contained in:
Roman Kelesidis 2024-07-13 13:53:08 +07:00
commit b5f0292365

View file

@ -997,7 +997,7 @@ function make_jumpbox(): void
return; return;
} }
if (!$jumpbox = $datastore->get('jumpbox')) { if (!$jumpbox = $datastore->get('jumpbox') and !$datastore->has('jumpbox')) {
$datastore->update('jumpbox'); $datastore->update('jumpbox');
$jumpbox = $datastore->get('jumpbox'); $jumpbox = $datastore->get('jumpbox');
} }