mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix processed offset
This commit is contained in:
parent
10b08215d0
commit
4c3038e733
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ $total = $yggo->query('SELECT COUNT(*) AS `total` FROM `hostPage`
|
||||||
AND `hostPage`.`mime` IS NOT NULL
|
AND `hostPage`.`mime` IS NOT NULL
|
||||||
AND `hostPage`.`size` IS NOT NULL')->fetch()->total;
|
AND `hostPage`.`size` IS NOT NULL')->fetch()->total;
|
||||||
|
|
||||||
$processed = 0;
|
$processed = $start;
|
||||||
|
|
||||||
for ($i = 0; $i <= $total; $i++)
|
for ($i = 0; $i <= $total; $i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue