From 8ff832559954b6fdc63372f2d908a31a1a7d4173 Mon Sep 17 00:00:00 2001 From: dwayne voelker Date: Thu, 5 Dec 2013 10:24:36 -0500 Subject: added missing quotes thx rbgarga --- usr/local/www/widgets/widgets/traffic_graphs.widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/widgets/widgets/traffic_graphs.widget.php b/usr/local/www/widgets/widgets/traffic_graphs.widget.php index 1314be4..b859d0b 100644 --- a/usr/local/www/widgets/widgets/traffic_graphs.widget.php +++ b/usr/local/www/widgets/widgets/traffic_graphs.widget.php @@ -92,7 +92,7 @@ if (isset($a_config["refreshinterval"])) { if (isset($a_config["scale_type"])) { $scale_type = $a_config["scale_type"]; } else { - $scale_type = up; + $scale_type = "up"; } ?> -- cgit v1.1