Skip to content

Commit 258942e

Browse files
committed
Update monitor_render.php
1 parent f764763 commit 258942e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

monitor_render.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,8 @@ function renderTree(): string
628628
$tree_ids[$tree['id']] = $tree['id'];
629629
}
630630

631+
$sql_where = '';
632+
$sql_join = '';
631633
renderWhereJoin($sql_where, $sql_join);
632634

633635
$branchWhost = db_fetch_assoc("SELECT DISTINCT gti.graph_tree_id, gti.parent

0 commit comments

Comments
 (0)