From ddea0989928faba9b85f1c1e41bea3955294cf82 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 21 Aug 2022 07:45:32 -0400 Subject: [PATCH] make sure variables are assigned --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 1b1d1788aa..1626a0383f 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -21,7 +21,7 @@ class CRM_Report_Form extends CRM_Core_Form { * * @var string[] */ - public $expectedSmartyVariables = ['pager', 'skip', 'sections', 'grandStat', 'chartEnabled']; + public $expectedSmartyVariables = ['pager', 'skip', 'sections', 'grandStat', 'chartEnabled', 'uniqueId', 'rows']; /** * Deprecated constant, Reports should be updated to use the getRowCount function. -- 2.25.1