PHP Warning: Invalid argument supplied for foreach() in C:\inetpub\wwwroot\timeclock\WEB-INF\lib\ttReportHelper.class.php on line 1617
This is what i get when trying to generate a report.
foreach() ERROR in ttReportHelper.class.php on line 1617
Re: foreach() ERROR in ttReportHelper.class.php on line 1617
It was happening because the array of inactive users is NULL (no inactive users selected).
Nothing to worry about, but fixed and got rid of the warning in version 1.19.12.5159.
Nothing to worry about, but fixed and got rid of the warning in version 1.19.12.5159.
Re: foreach() ERROR in ttReportHelper.class.php on line 1617
By casting to array whatever $bean->getAttribute() returns. See changes here.