fix: [php < 7.4] fix

pull/8530/head
iglocska 2022-08-04 13:58:14 +02:00
parent ea0932b7b1
commit f345741784
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
__('The table\'s size in MB on disk'),
__('Size on disk'),
__('The saturation of the ID space of the given table. Be careful, reaching the limit will block further correlations from being created - make sure you recorrelate in time or extend the ID space by changing the column type.'),
__('ID space saturation'),
__('ID space saturation')
);
foreach ($currentEngineData['tables'] as $table_name => $table_data) {
$engine_contents .= sprintf(
@ -20,7 +20,7 @@
sprintf(
"Last inserted correlation ID: %s\nHighest possible ID: %s",
h($table_data['last_id']),
h($table_data['id_limit']),
h($table_data['id_limit'])
),
h($table_data['id_saturation']) . '%'