|
@@ -122,6 +122,7 @@ class Zend_Paginator_SerializableLimitIterator extends LimitIterator implements
|
|
|
return null !== $current;
|
|
return null !== $current;
|
|
|
} catch (OutOfBoundsException $e) {
|
|
} catch (OutOfBoundsException $e) {
|
|
|
// reset position in case of exception is assigned null
|
|
// reset position in case of exception is assigned null
|
|
|
|
|
+ $this->rewind();
|
|
|
$this->seek($currentOffset);
|
|
$this->seek($currentOffset);
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|