Skip to content

Commit ba03559

Browse files
author
xaver
committed
Added part of #1594, removed PHP Deprecated: Call-time pass-by-reference
1 parent ee5a16e commit ba03559

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
@@ -196,7 +196,7 @@ function _getServerState($serverId, $serverName) {
196196
$ispcData = null;
197197
foreach($records as $record) {
198198
/* get the state from the db-data */
199-
_processDbState($record['type'], $serverId, &$serverState, &$messages);
199+
_processDbState($record['type'], $serverId, $serverState, $messages);
200200
/* if we have the os-info, get it */
201201
if ($record['type'] == 'os_info') {
202202
$osData = unserialize($record['data']);

0 commit comments

Comments
 (0)