Skip to content

Commit a7b01da

Browse files
committed
Fixed: FS#2359 - potential bug in monito_tools.inc.php
1 parent 5be5101 commit a7b01da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/monitor_tools.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ public function monitorMailQueue() {
996996
*/
997997
$tmp = explode("\n", $data['output']);
998998
$more = $tmp[sizeof($tmp) - 1];
999-
$this->_getIntArray($more);
999+
$res = $this->_getIntArray($more);
10001000
$data['bytes'] = $res[0];
10011001
$data['requests'] = $res[1];
10021002

0 commit comments

Comments
 (0)