Skip to content
Snippets Groups Projects
Unverified Commit e983763a authored by eileen's avatar eileen :8ball: Committed by GitHub
Browse files

Merge pull request #13592 from yashodha/dev-705

(#705) Disabling Alphabetical Pager is not respected for cont…
parents 68abd618 1bb74559
No related branches found
No related tags found
No related merge requests found
......@@ -420,8 +420,10 @@ AND cp.page_type = 'contribute'
$params = array();
$whereClause = $this->whereClause($params, FALSE);
$this->pagerAToZ($whereClause, $params);
$config = CRM_Core_Config::singleton();
if ($config->includeAlphabeticalPager) {
$this->pagerAToZ($whereClause, $params);
}
$params = array();
$whereClause = $this->whereClause($params, TRUE);
$this->pager($whereClause, $params);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment