summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordwayne voelker <iamzam@gmail.com>2013-12-05 10:24:36 -0500
committerRenato Botelho <garga@FreeBSD.org>2013-12-07 18:50:44 -0200
commita364ecd0a207d54e3dbcdb436f3a84c392a5428c (patch)
treee9c4e591d9d7210fc27112d5ab8b3b452c1c6be9
parent0c8fb22238b833462e9861fd309e59a853a71160 (diff)
downloadpfsense-a364ecd0a207d54e3dbcdb436f3a84c392a5428c.zip
pfsense-a364ecd0a207d54e3dbcdb436f3a84c392a5428c.tar.gz
added missing quotes
thx rbgarga
-rw-r--r--usr/local/www/widgets/widgets/traffic_graphs.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/traffic_graphs.widget.php b/usr/local/www/widgets/widgets/traffic_graphs.widget.php
index 57c3576..931c2a5 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";
}
?>
OpenPOWER on IntegriCloud