make sure variables are assigned
authordemeritcowboy <demeritcowboy@hotmail.com>
Sun, 21 Aug 2022 11:45:32 +0000 (07:45 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sun, 21 Aug 2022 11:45:32 +0000 (07:45 -0400)
CRM/Report/Form.php

index 1b1d1788aade6c9d662127420d43e47b9adaa51f..1626a0383fe277c6309f717a638452ff12c7e995 100644 (file)
@@ -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.