should fix bug with 404: always returning true for non-existing entries
This commit is contained in:
parent
e8d5060f44
commit
d7c5a410bf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user