diff --git a/CollectionClass.inc b/CollectionClass.inc index bd44bbe8..dd2b58d5 100644 --- a/CollectionClass.inc +++ b/CollectionClass.inc @@ -637,7 +637,7 @@ class CollectionClass { * @return int * An integer representing what the current page should be. */ - protected static function hackPager($pager_name, $per_page = NULL, $total_items = NULL) { + public static function hackPager($pager_name, $per_page = NULL, $total_items = NULL) { global $pager_total, $pager_page_array; if ($per_page !== NULL && $total_items !== NULL) {