projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d88fcc
)
CRM-19941 CRM-20943 Fix issue in PHP7.1 using is non object mode in AtoZ Pager
author
Seamus Lee
<seamuslee001@gmail.com>
Sat, 22 Jul 2017 22:43:24 +0000
(22:43 +0000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sat, 22 Jul 2017 22:43:24 +0000
(22:43 +0000)
CRM/Utils/PagerAToZ.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/PagerAToZ.php
b/CRM/Utils/PagerAToZ.php
index 8e0fccf207e0e97b052cdf696500d8f6b396e2f7..0709f675133c9b9e22a9cbea983db0994ef27d4d 100644
(file)
--- 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();