Skip to content

Commit 9bd8d9f

Browse files
committed
Fixed a php warning in show_sys_state.php
1 parent 623a406 commit 9bd8d9f

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
@@ -203,7 +203,7 @@ function _getServerState($serverId, $serverName, $showAll)
203203
/*
204204
* gets the state from the db and process it
205205
*/
206-
function _processDbState($type, $serverId, &$serverState, &$messages)
206+
function _processDbState($type, $serverId, $serverState, $messages)
207207
{
208208
global $app;
209209

0 commit comments

Comments
 (0)