fixed 'division by zero' issue

This commit is contained in:
Steffen Vogel 2011-03-15 10:10:52 +01:00
parent 7176e4a728
commit 3aa02568ee

View file

@ -91,6 +91,7 @@ class DataIterator implements \Iterator, \Countable {
*/
public function rewind() {
$this->key = $this->rowKey = 0;
return $this->next();
}
public function valid() {