Skip to content

Commit c33159a

Browse files
author
Till Brehm
committed
Fix #4425
1 parent 3a05bd2 commit c33159a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/monitor/show_sys_state.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function _getServerState($serverId, $serverName) {
186186
$messages = array();
187187

188188
/** The Result of the function */
189-
$res = '';
189+
$res = array();
190190

191191
/*
192192
* Get all monitoring-data from the server and process then

0 commit comments

Comments
 (0)