From 6038f11db9f149b37c1bfbab3e9c77055d46b72c Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 13 Jun 2015 20:49:02 +1000 Subject: [PATCH] phpcs run --- html/includes/graphs/device/auth.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } ?>