*
* @var string[]
*/
- public $expectedSmartyVariables = ['pager', 'skip', 'sections', 'grandStat', 'chartEnabled', 'uniqueId', 'rows'];
+ public $expectedSmartyVariables = ['pager', 'skip', 'sections', 'grandStat', 'chartEnabled', 'uniqueId', 'rows', 'group_bys_freq'];
/**
* Deprecated constant, Reports should be updated to use the getRowCount function.
{assign var="count" value=`$count+1`}
<td width="25%">
{$form.group_bys[$gbElem].html}
- {if $form.group_bys_freq[$gbElem].html}:<br>
+ {if $form.group_bys_freq && array_key_exists($gbElem, $form.group_bys_freq)}:<br>
{$form.group_bys_freq[$gbElem].label} {$form.group_bys_freq[$gbElem].html}
{/if}
</td>