From f2f9240b20a4a624b6027b52d6c579804a32cc7a Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 26 May 2011 14:49:21 +0000 Subject: [PATCH] and now git-svn-id: http://www.observium.org/svn/observer/trunk@2367 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/macaccounting/auth.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/macaccounting/auth.inc.php b/html/includes/graphs/macaccounting/auth.inc.php index 6a29150294..75e0322265 100644 --- a/html/includes/graphs/macaccounting/auth.inc.php +++ b/html/includes/graphs/macaccounting/auth.inc.php @@ -7,7 +7,7 @@ if (is_numeric($id)) if (is_array($acc)) { - if($auth || port_permitted($acc['interface_id']))) + if($auth || port_permitted($acc['interface_id'])) { if(is_file($config['rrd_dir'] . "/" . $acc['hostname'] . "/" . safename("cip-" . $acc['ifIndex'] . "-" . $acc['mac'] . ".rrd"))) {