From b5f0292365b50215c985e561de6c562388a81d20 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 13 Jul 2024 13:53:08 +0700 Subject: [PATCH] Update functions.php --- library/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/functions.php b/library/includes/functions.php index 1cfd7296f..a916f408c 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -997,7 +997,7 @@ function make_jumpbox(): void return; } - if (!$jumpbox = $datastore->get('jumpbox')) { + if (!$jumpbox = $datastore->get('jumpbox') and !$datastore->has('jumpbox')) { $datastore->update('jumpbox'); $jumpbox = $datastore->get('jumpbox'); }