tbrehm
2010-03-19 9bd8d9f911cefc4123170f5b887b9e1333cc2ffb
Fixed a php warning in show_sys_state.php
1 files modified
2 ■■■ changed files
interface/web/monitor/show_sys_state.php 2 ●●● patch | view | raw | blame | history
interface/web/monitor/show_sys_state.php
@@ -203,7 +203,7 @@
/*
 * gets the state from the db and process it
 */
function _processDbState($type, $serverId, &$serverState, &$messages)
function _processDbState($type, $serverId, $serverState, $messages)
{
    global $app;