aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/wireless.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/wireless.php')
-rw-r--r--plugin/wireless.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/wireless.php b/plugin/wireless.php
index 9d391ec..70598b5 100644
--- a/plugin/wireless.php
+++ b/plugin/wireless.php
@@ -6,7 +6,7 @@ require_once 'conf/common.inc.php';
6require_once 'type/GenericStacked.class.php'; 6require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php'; 7require_once 'inc/collectd.inc.php';
8 8
9$obj = new Type_GenericStacked($CONFIG); 9$obj = new Type_GenericStacked($CONFIG, $_GET);
10$obj->data_sources = array('value'); 10$obj->data_sources = array('value');
11$obj->ds_names = array('value' => 'Value'); 11$obj->ds_names = array('value' => 'Value');
12$obj->colors = array('value' => '0000f0'); 12$obj->colors = array('value' => '0000f0');