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:
dd330ad
)
E_NOTICE on contribution pages
author
demeritcowboy
<demeritcowboy@hotmail.com>
Wed, 3 Feb 2021 14:24:46 +0000
(09:24 -0500)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Wed, 3 Feb 2021 14:24:46 +0000
(09:24 -0500)
CRM/Utils/PagerAToZ.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/PagerAToZ.php
b/CRM/Utils/PagerAToZ.php
index 354ff437020ece7fe4bb1862b929e743deb3a9f4..650dd715e35cc3175eea05658729bd4d27daa9a8 100644
(file)
--- a/
CRM/Utils/PagerAToZ.php
+++ b/
CRM/Utils/PagerAToZ.php
@@
-156,7
+156,7
@@
class CRM_Utils_PagerAToZ {
'force' => 1,
'qfKey' => $qfKey,
];
- if (
$query->_context
=== 'amtg') {
+ if (
($query->_context ?? '')
=== 'amtg') {
// See https://lab.civicrm.org/dev/core/-/issues/2333
// Seems to be needed in add to group flow.
$urlParams['_qf_Basic_display'] = 1;