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/postgresql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/postgresql.php') diff --git a/plugin/postgresql.php b/plugin/postgresql.php index 361322d..03e5cee 100644 --- a/plugin/postgresql.php +++ b/plugin/postgresql.php @@ -21,7 +21,7 @@ require_once 'inc/collectd.inc.php'; # postgresql-X/pg_n_tup_c-ins.rrd # postgresql-X/pg_n_tup_c-upd.rrd -$obj = new Type_GenericStacked($CONFIG); +$obj = new Type_GenericStacked($CONFIG, $_GET); $obj->rrd_format = '%5.1lf%s'; switch($obj->args['type']) { -- cgit v1.1