Skip to content

Commit

Permalink
cluster_view.php :: context_metrics is array
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansev committed Sep 20, 2016
1 parent 2d3b10a commit 13d426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

function get_picker_metrics($metrics, $reports, $gweb_root, $graph_engine) {
$context_metrics = "";
$context_metrics = array();
if (count($metrics)) {
foreach ($metrics as $host_metrics) {
foreach ($host_metrics as $metric_name => $metric_value) {
Expand Down

0 comments on commit 13d426b

Please sign in to comment.