Minor improvements (#889)

This commit is contained in:
Roman Kelesidis 2023-09-07 00:44:28 +07:00 committed by GitHub
commit 339f0ef948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 22 deletions

View file

@ -232,7 +232,7 @@ if ($tor_reged && $tor_info) {
'TOR_SIZE' => humn_size($tor_size),
'TOR_LONGEVITY' => delta_time($tor_info['reg_time']),
'TOR_COMPLETED' => declension($tor_info['complete_count'], 'times'),
'TOR_COMPLETED' => declension((int)$tor_info['complete_count'], 'times'),
]);
}