Commit 9bd8d9f9 authored by tbrehm's avatar tbrehm
Browse files

Fixed a php warning in show_sys_state.php

parent 623a4067
......@@ -203,7 +203,7 @@ function _getServerState($serverId, $serverName, $showAll)
/*
* gets the state from the db and process it
*/
function _processDbState($type, $serverId, &$serverState, &$messages)
function _processDbState($type, $serverId, $serverState, $messages)
{
global $app;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment