From a58821bfa8c162b99b94d3ef578c4250e27d3a4e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 15 Mar 2023 17:01:49 +1300 Subject: [PATCH] Fix typo that causes e-notice in just-merged commit --- CRM/Import/Form/Preview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Import/Form/Preview.php b/CRM/Import/Form/Preview.php index 053f300729..7bf16cd049 100644 --- a/CRM/Import/Form/Preview.php +++ b/CRM/Import/Form/Preview.php @@ -75,7 +75,7 @@ abstract class CRM_Import_Form_Preview extends CRM_Import_Forms { // This can be overridden by Civi-Import so that the Download url // links that go to SearchKit open in a new tab. $this->assign('isOpenResultsInNewTab'); - $this->assign('allRowsURL'); + $this->assign('allRowsUrl'); //get the mapping name displayed if the mappingId is set $mappingId = $this->get('loadMappingId'); if ($mappingId) { -- 2.25.1