diff --git a/fp-includes/core/core.fpdb.class.php b/fp-includes/core/core.fpdb.class.php index f4b8279..aadc56a 100644 --- a/fp-includes/core/core.fpdb.class.php +++ b/fp-includes/core/core.fpdb.class.php @@ -389,7 +389,7 @@ && ($key = $this->walker->current_key()) && $this->secondary_idx->has_key($key)) { $this->walker->next(); - $qp->count--; + //$qp->count--; } }