diff options
Diffstat (limited to 'plugin/mysql.php')
| -rw-r--r-- | plugin/mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/mysql.php b/plugin/mysql.php index 3d8b25b..445176b 100644 --- a/plugin/mysql.php +++ b/plugin/mysql.php | |||
| @@ -6,7 +6,7 @@ require_once 'conf/common.inc.php'; | |||
| 6 | require_once 'type/GenericStacked.class.php'; | 6 | require_once 'type/GenericStacked.class.php'; |
| 7 | require_once 'inc/collectd.inc.php'; | 7 | require_once 'inc/collectd.inc.php'; |
| 8 | 8 | ||
| 9 | $obj = new Type_GenericStacked($CONFIG); | 9 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
| 10 | $obj->rrd_format = '%5.1lf%s'; | 10 | $obj->rrd_format = '%5.1lf%s'; |
| 11 | 11 | ||
| 12 | switch($obj->args['type']) | 12 | switch($obj->args['type']) |
