Skip to content

Commit c2603c5

Browse files
authored
Fix sql_log_panel.php
Fix ArgumentCountError on the Sql Log tab.
1 parent c830c68 commit c2603c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/element/sql_log_panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<h4><?= h($logger->name()) ?></h4>
5656
<h5>
5757
<?= sprintf(
58-
'Total Time: %d ms &mdash; Total Queries: %d &mdash; Total Rows: %d',
58+
'Total Time: %d ms &mdash; Total Queries: %d',
5959
$logger->totalTime(),
6060
count($queries)
6161
);

0 commit comments

Comments
 (0)