diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/sensors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/sensors.php b/plugin/sensors.php index 4724492..33a642d 100644 --- a/plugin/sensors.php +++ b/plugin/sensors.php | |||
@@ -14,7 +14,7 @@ require_once 'inc/collectd.inc.php'; | |||
14 | 14 | ||
15 | $obj = new Type_Default($CONFIG); | 15 | $obj = new Type_Default($CONFIG); |
16 | $obj->ds_names = array( | 16 | $obj->ds_names = array( |
17 | 'value' => 'Value ', | 17 | 'value' => 'Value', |
18 | ); | 18 | ); |
19 | $obj->width = $width; | 19 | $obj->width = $width; |
20 | $obj->heigth = $heigth; | 20 | $obj->heigth = $heigth; |