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 50789d0..b2fa74c 100644
--- a/plugin/thermal.php
+++ b/plugin/thermal.php
@@ -10,7 +10,7 @@ require_once 'inc/collectd.inc.php';
10# thermal-XXXX/ 10# thermal-XXXX/
11# thermal-XXXX/gauge.rrd 11# thermal-XXXX/gauge.rrd
12 12
13$obj = new Type_Default($CONFIG); 13$obj = new Type_Default($CONFIG, $_GET);
14$obj->ds_names = array( 14$obj->ds_names = array(
15 'value' => 'Temperature', 15 'value' => 'Temperature',
16); 16);