Skip to content
Permalink
Browse files Browse the repository at this point in the history
Fix h1 report 1097217
  • Loading branch information
mbeccati committed Mar 15, 2021
1 parent 071f227 commit 2f86841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OA/Admin/Statistics/Common.php
Expand Up @@ -1230,7 +1230,7 @@ function _loadStatsBreakdownParam()
*/
function _loadPeriodPresetParam()
{
$this->aPageParams['statsBreakdown'] = htmlspecialchars(MAX_getStoredValue('statsBreakdown', 'day'));
$this->aPageParams['statsBreakdown'] = htmlspecialchars(MAX_getStoredValue('statsBreakdown', 'day'), ENT_QUOTES);
$this->statsBreakdown = $this->aPageParams['statsBreakdown'];
}

Expand Down

0 comments on commit 2f86841

Please sign in to comment.