summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/widgets')
-rw-r--r--usr/local/www/widgets/include/log.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/include/log.inc b/usr/local/www/widgets/include/log.inc
index b071c6f..7afaba8 100644
--- a/usr/local/www/widgets/include/log.inc
+++ b/usr/local/www/widgets/include/log.inc
@@ -78,7 +78,7 @@ function conv_clog_filter($logfile, $tail = 8) {
$flent['time'] = $log_split[1];
$flent['act'] = $log_split[3];
- $flent['interface'] = empty($iftable[$log_split[4]) ? $log_split[4] : $iftable[$log_split[4]);
+ $flent['interface'] = empty($iftable[$log_split[4]]) ? $log_split[4] : $iftable[$log_split[4]];
$tmp = split("/", $log_split[2]);
$flent['rulenum'] = $tmp[0];
OpenPOWER on IntegriCloud