fix: [serverSettings:correlations] PHP version

pull/8530/head
Sami Mokaddem 2022-08-04 13:59:41 +02:00
parent 4b63c786dc
commit 24d3d140c5
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
sprintf(
'<div class="btn btn-primary" onClick="simplePopup(\'%s\');">%s</div>',
$baseurl . '/attributes/generateCorrelation',
__('Recorrelate'),
__('Recorrelate')
)
);
foreach ($correlation_metrics['db'] as $engine => $engineData) {