Skip to content
Snippets Groups Projects
Commit 1bb74559 authored by yashodha's avatar yashodha
Browse files

(#705) Disabling Alphabetical Pager is not respected for contribution pages.

parent 5fb9aa73
Loading
......@@ -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.
Please register or to comment