From: sarehag Date: Wed, 10 Feb 2016 00:29:17 +0000 (+0100) Subject: CRM-18007:PCP: alpha pagination messed up X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bfd1aeb185a101d6d2196023d4e615e93d835262;p=civicrm-core.git CRM-18007:PCP: alpha pagination messed up --- diff --git a/CRM/PCP/Page/PCP.php b/CRM/PCP/Page/PCP.php index ff183dd8e2..def19a3701 100644 --- a/CRM/PCP/Page/PCP.php +++ b/CRM/PCP/Page/PCP.php @@ -168,6 +168,8 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic { * @return void */ public function browse($action = NULL) { + CRM_Core_Resources::singleton()->addStyleFile('civicrm', 'css/searchForm.css', 1, 'html-header'); + $this->_sortByCharacter = CRM_Utils_Request::retrieve('sortByCharacter', 'String', $this