aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/sensors.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/sensors.php')
-rw-r--r--plugin/sensors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/sensors.php b/plugin/sensors.php
index 0ac2ccd..e0c0d9c 100644
--- a/plugin/sensors.php
+++ b/plugin/sensors.php
@@ -12,7 +12,7 @@ require_once 'type/Default.class.php';
12# sensors-XXXX/voltage-XXXX.rrd 12# sensors-XXXX/voltage-XXXX.rrd
13 13
14$obj = new Type_Default($CONFIG, $_GET); 14$obj = new Type_Default($CONFIG, $_GET);
15$obj->ds_names = array( 15$obj->legend = array(
16 'value' => 'Value', 16 'value' => 'Value',
17); 17);
18switch($obj->args['type']) { 18switch($obj->args['type']) {