do-while
This commit is contained in:
parent
f0f292208f
commit
3a962b00e1
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ if (class_exists('WC_Retailcrm_Uploader') === false) {
|
|||
}
|
||||
echo $page . ' page uploaded' . PHP_EOL;
|
||||
$page++;
|
||||
} while (true);
|
||||
} while ($page <= $countPages);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue