|
@@ -381,6 +381,7 @@ abstract class AbstractCursor
|
|
|
protected function reset()
|
|
protected function reset()
|
|
|
{
|
|
{
|
|
|
$this->startedIterating = false;
|
|
$this->startedIterating = false;
|
|
|
|
|
+ $this->cursorNeedsAdvancing = true;
|
|
|
$this->cursor = null;
|
|
$this->cursor = null;
|
|
|
$this->iterator = null;
|
|
$this->iterator = null;
|
|
|
$this->storeIteratorState();
|
|
$this->storeIteratorState();
|