We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b01da commit 1a94982Copy full SHA for 1a94982
server/mods-available/monitor_core_module.inc.php
@@ -708,7 +708,7 @@ private function _monitorISPCCronLog() {
708
$res = $this->_tools->monitorISPCCronLog();
709
710
//* Ensure that output is encoded so that it does not break the serialize
711
- $res['data']['output'] = htmlentities($res['data']['output']);
+ $res['data'] = htmlentities($res['data']);
712
713
/*
714
* Insert the data into the database
0 commit comments