summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/graphs.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/graphs.inc.php')
-rw-r--r--frontends/php/include/graphs.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/graphs.inc.php b/frontends/php/include/graphs.inc.php
index 0251b177..dae343fd 100644
--- a/frontends/php/include/graphs.inc.php
+++ b/frontends/php/include/graphs.inc.php
@@ -198,7 +198,7 @@
$perm_res = PERM_RES_STRING_LINE;
$available_hosts = get_accessible_hosts_by_user($USER_DETAILS, $perm, null, $nodeid);
-
+
$denied_graphs = array();
$result = array();
@@ -233,7 +233,7 @@
else
$result = implode(',',$result);
}
-
+
return $result;
}