diff options
Diffstat (limited to 'plugin/users.php')
-rw-r--r-- | plugin/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/users.php b/plugin/users.php index d94a8c1..5df16bc 100644 --- a/plugin/users.php +++ b/plugin/users.php | |||
@@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php'; | |||
9 | ## LAYOUT | 9 | ## LAYOUT |
10 | # users/users.rrd | 10 | # users/users.rrd |
11 | 11 | ||
12 | $obj = new Type_Default($CONFIG['datadir']); | 12 | $obj = new Type_Default($CONFIG); |
13 | $obj->data_sources = array('users'); | 13 | $obj->data_sources = array('users'); |
14 | $obj->ds_names = array( | 14 | $obj->ds_names = array( |
15 | 'users' => 'Users', | 15 | 'users' => 'Users', |