From 4c3038e73331ab303601333999c16d2b9cbd4a33 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 25 Nov 2023 13:26:03 +0200 Subject: [PATCH] fix processed offset --- src/cli/yggo/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/yggo/import.php b/src/cli/yggo/import.php index 10e771d..0818657 100644 --- a/src/cli/yggo/import.php +++ b/src/cli/yggo/import.php @@ -70,7 +70,7 @@ $total = $yggo->query('SELECT COUNT(*) AS `total` FROM `hostPage` AND `hostPage`.`mime` IS NOT NULL AND `hostPage`.`size` IS NOT NULL')->fetch()->total; -$processed = 0; +$processed = $start; for ($i = 0; $i <= $total; $i++) {