- Patch #922380 by Berdir: custom PagerDefault count queries getter method is protected.
parent
893a70b62d
commit
3e05ba7bcc
|
@ -117,7 +117,7 @@ class PagerDefault extends SelectQueryExtender {
|
||||||
* @return SelectQueryInterface
|
* @return SelectQueryInterface
|
||||||
* A count query object.
|
* A count query object.
|
||||||
*/
|
*/
|
||||||
protected function getCountQuery() {
|
public function getCountQuery() {
|
||||||
if ($this->customCountQuery) {
|
if ($this->customCountQuery) {
|
||||||
return $this->customCountQuery;
|
return $this->customCountQuery;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue