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/Access.php')
-rw-r--r--core/Access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Access.php b/core/Access.php
index 0f8d24f77b..303e5d638d 100644
--- a/core/Access.php
+++ b/core/Access.php
@@ -213,7 +213,7 @@ class Access
$this->isSuperUser = true;
try {
- $allSitesId = \Piwik_SitesManager_API::getInstance()->getAllSitesId();
+ $allSitesId = Plugins\SitesManager\API::getInstance()->getAllSitesId();
} catch(\Exception $e) {
$allSitesId = array();
}