Skip to content

Commit

Permalink
small modif
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan202 committed Dec 26, 2024
1 parent 8a37e74 commit 69eac51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function removeProductFeed()

foreach ($tokens as $token) {
$nb_total_product = $sfModule->countProductsOnFeed($token['id_shop']);
$loopSize = range(0, floor($nb_total_product / $limit));
$loopSize = floor($nb_total_product / $limit);

for ($i = 0; $i <= $loopSize; ++$i) {
/** @var DbQuery $sql */
Expand Down

0 comments on commit 69eac51

Please sign in to comment.