diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/pager.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pager.inc b/includes/pager.inc index b6d1e77f4..df68cd47c 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -117,7 +117,7 @@ class PagerDefault extends SelectQueryExtender { * @return SelectQueryInterface * A count query object. */ - protected function getCountQuery() { + public function getCountQuery() { if ($this->customCountQuery) { return $this->customCountQuery; } |