Fixed wrong call to _setExecuted in Pager
This commit is contained in:
parent
e5f2aa5208
commit
78edfd59a6
@ -109,9 +109,9 @@ class Doctrine_Pager
|
|||||||
$count = $this->getCountQuery()->count($this->getCountQueryParams($params));
|
$count = $this->getCountQuery()->count($this->getCountQueryParams($params));
|
||||||
$this->_setNumResults($count);
|
$this->_setNumResults($count);
|
||||||
|
|
||||||
$this->_adjustOffset();
|
$this->_setExecuted(true);
|
||||||
|
|
||||||
$this->_setExecuted(true);
|
$this->_adjustOffset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user