Skip to content

Commit feb8b62

Browse files
committed
reset method clears limit
1 parent 69526f5 commit feb8b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SphinxQL.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@ public function reset()
13191319
$this->having = array();
13201320
$this->order_by = array();
13211321
$this->offset = null;
1322+
$this->limit = null;
13221323
$this->into = null;
13231324
$this->columns = array();
13241325
$this->values = array();

0 commit comments

Comments
 (0)