summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/hooks/cron.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/hooks/cron.inc.php')
-rw-r--r--modules-available/statistics_reporting/hooks/cron.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/hooks/cron.inc.php b/modules-available/statistics_reporting/hooks/cron.inc.php
index 57e64a84..9b32bc96 100644
--- a/modules-available/statistics_reporting/hooks/cron.inc.php
+++ b/modules-available/statistics_reporting/hooks/cron.inc.php
@@ -16,7 +16,7 @@ if ($nextReporting < $time && $allowReport) {
$data['perLocation'] = GetData::perLocation(true);
$data['perClient'] = GetData::perClient(true);
$data['perUser'] = GetData::perUser(true);
- $data['perVM'] = GetData::perVM();
+ $data['perVM'] = GetData::perVM(true);
$statisticsReport = json_encode($data);