mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update functions.php
This commit is contained in:
parent
4179a4d3de
commit
b5f0292365
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue