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/AssetManager/UIAssetFetcher.php')
-rw-r--r--core/AssetManager/UIAssetFetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/AssetManager/UIAssetFetcher.php b/core/AssetManager/UIAssetFetcher.php
index 6d710e1387..0b8e9b3a55 100644
--- a/core/AssetManager/UIAssetFetcher.php
+++ b/core/AssetManager/UIAssetFetcher.php
@@ -106,7 +106,7 @@ abstract class UIAssetFetcher
private function getBaseDirectory()
{
// served by web server directly, so must be a public path
- return PIWIK_USER_PATH;
+ return PIWIK_DOCUMENT_ROOT;
}
/**