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:
authorThomas Steur <thomas.steur@gmail.com>2014-01-23 07:06:43 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-01-23 07:06:43 +0400
commit676cd01a36500f55c1941417f37b5f41b0ea1023 (patch)
tree1661044e440eca070bb355249e4c40183d660d83 /plugins/ScheduledReports
parentea48bbab88bfacd148d917411f90911b887ea59b (diff)
parent2d41d1eaf84dcfb3e4b9a757be96246339905e61 (diff)
Merge remote-tracking branch 'origin/master' into multi_superuser
Conflicts: plugins/CustomAlerts plugins/SegmentEditor/API.php
Diffstat (limited to 'plugins/ScheduledReports')
-rw-r--r--plugins/ScheduledReports/ScheduledReports.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ScheduledReports/ScheduledReports.php b/plugins/ScheduledReports/ScheduledReports.php
index d8b2e26552..896a0b4ba1 100644
--- a/plugins/ScheduledReports/ScheduledReports.php
+++ b/plugins/ScheduledReports/ScheduledReports.php
@@ -390,7 +390,7 @@ class ScheduledReports extends \Piwik\Plugin
$idSite = false,
$period = false,
$idReport = false,
- $ifSuperUserReturnOnlySuperUserReports = APIMobileMessaging::getInstance()->getDelegatedManagement()
+ $ifSuperUserReturnOnlySuperUserReports = false
);
foreach ($reports as $report) {