diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/battery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/battery.php b/plugin/battery.php index b03aba7..740d5cb 100644 --- a/plugin/battery.php +++ b/plugin/battery.php | |||
@@ -12,7 +12,7 @@ require_once 'inc/collectd.inc.php'; | |||
12 | # battery-X/current.rrd | 12 | # battery-X/current.rrd |
13 | # battery-X/voltage.rrd | 13 | # battery-X/voltage.rrd |
14 | 14 | ||
15 | $obj = new Type_Default($CONFIG); | 15 | $obj = new Type_Default($CONFIG, $_GET); |
16 | $obj->colors = array( | 16 | $obj->colors = array( |
17 | 'value' => '0000f0', | 17 | 'value' => '0000f0', |
18 | ); | 18 | ); |