From 1c888304d33a8c1405b8716356ae300fad39521c Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 3 May 2014 11:15:53 +0200 Subject: type/Default: don't depend on external function GET --- plugin/bind.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/bind.php') diff --git a/plugin/bind.php b/plugin/bind.php index e6d562c..702fec5 100644 --- a/plugin/bind.php +++ b/plugin/bind.php @@ -7,7 +7,7 @@ require_once 'type/GenericStacked.class.php'; require_once 'inc/collectd.inc.php'; -$obj = new Type_GenericStacked($CONFIG); +$obj = new Type_GenericStacked($CONFIG, $_GET); $obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); $obj->rrd_format = '%5.1lf%s'; -- cgit v1.1