Commit a3aa6391 authored by Guy Thouret's avatar Guy Thouret

Boost Feed passes limit parameter to iterator - Fixes #1105

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #97531321 running with stages
......@@ -13,7 +13,7 @@ class Boost extends Feed
/** @var Core\Boost\Network\Iterator $iterator */
$iterator = $this->mockIterator ?: Core\Di\Di::_()->get('Boost\Network\Iterator');
$iterator
->setLimit(10)
->setLimit($this->limit)
->setOffset($this->offset)
->setQuality($this->quality)
->setType($this->type)
......
Please register or to comment