X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FPagerAToZ.php;h=c9e15a636acb3f916ccaa53e95eb801e2f16bcd3;hb=64c50b693785c6c7ed9a9a7fe8f360e8dc667ab0;hp=51a1d525081411d23638e828adde6021e659bd6e;hpb=2972cd189ed39ab3ef1e3cb91ed4f6bdc64ebb1e;p=civicrm-core.git diff --git a/CRM/Utils/PagerAToZ.php b/CRM/Utils/PagerAToZ.php index 51a1d52508..c9e15a636a 100644 --- a/CRM/Utils/PagerAToZ.php +++ b/CRM/Utils/PagerAToZ.php @@ -132,7 +132,7 @@ class CRM_Utils_PagerAToZ { $qfKey = NULL; if (isset($query->_formValues)) { - $qfKey = CRM_Utils_Array::value('qfKey', $query->_formValues); + $qfKey = $query->_formValues['qfKey'] ?? NULL; } if (empty($qfKey)) { // CRM-20943 Can only pass variables by reference and also cannot use $this so using $empty setting to NULL which is default.