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