aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/dbi.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/dbi.php')
-rw-r--r--plugin/dbi.php2
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']);