mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Update index.php
This commit is contained in:
parent
3534f02e11
commit
df6a5fd25b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if (!$files_integrity_data = $datastore->get('files_integrity') and !$datastore-
|
|||
}
|
||||
|
||||
// Check for updates
|
||||
if (!$update_data = $datastore->get('check_updates')) {
|
||||
if (!$update_data = $datastore->get('check_updates') and !$datastore->has('check_updates')) {
|
||||
$datastore->update('check_updates');
|
||||
$update_data = $datastore->get('check_updates');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue