Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ScheduledReports/API.php')
-rw-r--r--plugins/ScheduledReports/API.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ScheduledReports/API.php b/plugins/ScheduledReports/API.php
index 38a7923017..35b3f078b0 100644
--- a/plugins/ScheduledReports/API.php
+++ b/plugins/ScheduledReports/API.php
@@ -475,6 +475,7 @@ class API extends \Piwik\Plugin\API
// init report renderer
$reportRenderer->setIdSite($idSite);
$reportRenderer->setLocale($language);
+ $reportRenderer->setReport($report);
// render report
$description = str_replace(array("\r", "\n"), ' ', $report['description']);