should fix bug with 404: always returning true for non-existing entries

This commit is contained in:
real_nowhereman 2010-08-17 08:08:23 +00:00
parent e8d5060f44
commit d7c5a410bf

View File

@ -367,7 +367,8 @@
if ($this->counter < 0)
$this->prepare();
if ($this->pointer == $this->params->start + $this->params->count) return $return;
if ($qp->id) {
$idx = $this->main_idx;