maintenance.php: fix typo

This commit is contained in:
Zankaria 2024-07-14 18:48:02 +02:00
parent 61c35ebe50
commit 386f9998e1

View file

@ -21,5 +21,5 @@ echo "Deleted $deleted_count expired antispam in $delta seconds!\n";
$time_tot = $delta;
$deleted_tot = $deleted_count;
$tot = number_format((float)$tot, 4, '.', '');
$time_tot = number_format((float)$time_tot, 4, '.', '');
modLog("Deleted $deleted_tot expired entries in {$time_tot}s with maintenance tool");