fixed minnor error

This commit is contained in:
marcos 2020-04-06 14:48:26 +02:00
parent a901e91274
commit 6a9b55ea36
1 changed files with 1 additions and 1 deletions

View File

@ -1538,7 +1538,7 @@ if (!empty($result)) {
$graph_params_str = http_build_query($graph_params);
$link = 'winopeng(\''.$url.'?'.$graph_params_str.'\',\''.$win_handle.'\')';
$link = 'winopeng_var(\''.$url.'?'.$graph_params_str.'\',\''.$win_handle.'\', 1000, 700)';
$data[8] = get_module_realtime_link_graph($row);