From: Seamus Lee Date: Sat, 22 Jul 2017 22:43:24 +0000 (+0000) Subject: CRM-19941 CRM-20943 Fix issue in PHP7.1 using is non object mode in AtoZ Pager X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e44a6591926e28d19d685ca5b374f6858b36f188;p=civicrm-core.git CRM-19941 CRM-20943 Fix issue in PHP7.1 using is non object mode in AtoZ Pager --- diff --git a/CRM/Utils/PagerAToZ.php b/CRM/Utils/PagerAToZ.php index 8e0fccf207..0709f67513 100644 --- a/CRM/Utils/PagerAToZ.php +++ b/CRM/Utils/PagerAToZ.php @@ -151,7 +151,7 @@ class CRM_Utils_PagerAToZ { $qfKey = CRM_Utils_Array::value('qfKey', $query->_formValues); } if (empty($qfKey)) { - $qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $this, FALSE, NULL, $_REQUEST); + $qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', NULL, FALSE, NULL, $_REQUEST); } $aToZBar = array();