aboutsummaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/IsisFinder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/IsisFinder.php b/classes/IsisFinder.php
index d44dffb..66f1c72 100644
--- a/classes/IsisFinder.php
+++ b/classes/IsisFinder.php
@@ -146,7 +146,7 @@ class IsisFinder extends IsisConnector {
return array($entry, $result);
}
}
- } while ($entry++);
+ } while ($entry++ && $entry <= $this->entries);
}
/**