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 'core/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index bcc86237a3..17900f51a5 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -120,7 +120,7 @@ abstract class Piwik_Archive
{
if($idSite === 'all')
{
- $sites = Piwik_SitesManager_API::getSitesIdWithAtLeastViewAccess();
+ $sites = Piwik_SitesManager_API::getInstance()->getSitesIdWithAtLeastViewAccess();
}
else
{