Skip to content

Commit

Permalink
Make count_pages as public again,since it's really helpful for buildi…
Browse files Browse the repository at this point in the history
…ng custom pagers
  • Loading branch information
flack committed Feb 2, 2019
1 parent 67523eb commit 281fcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/org/openpsa/qbpager/main.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function execute_unchecked()
* *
* By default returns a number of pages without any ACL checks * By default returns a number of pages without any ACL checks
*/ */
private function count_pages() public function count_pages()
{ {
if (!$this->_sanity_check()) { if (!$this->_sanity_check()) {
return false; return false;
Expand Down

0 comments on commit 281fcca

Please sign in to comment.