X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FPagerAToZ.php;h=eeed2e961ab2fbb5d83038c1db29e593b919b75f;hb=0f86b677f3b0d1cc4829534c2d8a1b59566d039d;hp=c9e15a636acb3f916ccaa53e95eb801e2f16bcd3;hpb=7cecaecdab6f213ba2a9f4173c622f44430cfb5c;p=civicrm-core.git diff --git a/CRM/Utils/PagerAToZ.php b/CRM/Utils/PagerAToZ.php index c9e15a636a..eeed2e961a 100644 --- a/CRM/Utils/PagerAToZ.php +++ b/CRM/Utils/PagerAToZ.php @@ -135,9 +135,7 @@ class CRM_Utils_PagerAToZ { $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. - $emptyVariable = NULL; - $qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $emptyVariable, FALSE, NULL, $_REQUEST); + $qfKey = CRM_Utils_Request::retrieve('qfKey', 'String'); } $aToZBar = [];