diff options
Diffstat (limited to 'plugin/dbi.php')
-rw-r--r-- | plugin/dbi.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/dbi.php b/plugin/dbi.php index cd650f2..31aacc9 100644 --- a/plugin/dbi.php +++ b/plugin/dbi.php | |||
@@ -8,7 +8,7 @@ require_once 'inc/collectd.inc.php'; | |||
8 | 8 | ||
9 | 9 | ||
10 | 10 | ||
11 | $obj = new Type_Default($CONFIG); | 11 | $obj = new Type_Default($CONFIG, $_GET); |
12 | 12 | ||
13 | 13 | ||
14 | $obj->rrd_title = sprintf('%s', $obj->args['pinstance'], $obj->args['type']); | 14 | $obj->rrd_title = sprintf('%s', $obj->args['pinstance'], $obj->args['type']); |