From 386f9998e1d5bcd44d62800f63932792d6d4aea1 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 14 Jul 2024 18:48:02 +0200 Subject: [PATCH] maintenance.php: fix typo --- tools/maintenance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/maintenance.php b/tools/maintenance.php index 059c8ff7..33c0a4d4 100644 --- a/tools/maintenance.php +++ b/tools/maintenance.php @@ -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");