diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/nut.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/nut.php b/plugin/nut.php index 816a9ca..b1016e6 100644 --- a/plugin/nut.php +++ b/plugin/nut.php | |||
@@ -16,7 +16,6 @@ require_once 'inc/collectd.inc.php'; | |||
16 | $obj = new Type_Default($CONFIG); | 16 | $obj = new Type_Default($CONFIG); |
17 | $obj->width = $width; | 17 | $obj->width = $width; |
18 | $obj->heigth = $heigth; | 18 | $obj->heigth = $heigth; |
19 | $obj->generate_colors(); | ||
20 | switch($obj->args['type']) { | 19 | switch($obj->args['type']) { |
21 | case 'percent': | 20 | case 'percent': |
22 | $obj->data_sources = array('percent'); | 21 | $obj->data_sources = array('percent'); |