diff --git a/html/includes/graphs/device/auth.inc.php b/html/includes/graphs/device/auth.inc.php index 063baba3fb..79027e7bf4 100644 --- a/html/includes/graphs/device/auth.inc.php +++ b/html/includes/graphs/device/auth.inc.php @@ -2,9 +2,9 @@ if ($auth || device_permitted($device['device_id'])) { - $title = generate_device_link($device); - $graph_title = $device['hostname']; - $auth = TRUE; + $title = generate_device_link($device); + $graph_title = $device['hostname']; + $auth = true; } ?>