Skip to content

Commit 1a94982

Browse files
committed
Fixed: FS#2358 - cron log file reading defect
1 parent a7b01da commit 1a94982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mods-available/monitor_core_module.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ private function _monitorISPCCronLog() {
708708
$res = $this->_tools->monitorISPCCronLog();
709709

710710
//* Ensure that output is encoded so that it does not break the serialize
711-
$res['data']['output'] = htmlentities($res['data']['output']);
711+
$res['data'] = htmlentities($res['data']);
712712

713713
/*
714714
* Insert the data into the database

0 commit comments

Comments
 (0)