diff --git a/bt/includes/init_tr.php b/bt/includes/init_tr.php index 2e88694d3..08331237a 100644 --- a/bt/includes/init_tr.php +++ b/bt/includes/init_tr.php @@ -72,7 +72,7 @@ function dummy_exit($interval = 1800, $cache_dict = []) $output['warning message'] = 'Next statistics update in: ' . (floor($interval / 60) % 60) . ' minutes'; } - if (isset($cache_dict['peers6'])) { + if (isset($cache_dict['peers'])) { $output['peers'] = $cache_dict['peers']; }