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:
authormattab <matthieu.aubry@gmail.com>2014-05-19 07:30:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-19 07:30:42 +0400
commite620f0ba6d80381d896d5e6a06cb35a345a3cf37 (patch)
tree2468f7c594736a17372ad316047f491eda340cba /core/Filechecks.php
parent5161aaaecc7c074827364ec2a537e0ddf325ac44 (diff)
Fixes #5181 Renamed method
Diffstat (limited to 'core/Filechecks.php')
-rw-r--r--core/Filechecks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Filechecks.php b/core/Filechecks.php
index 52cb995bad..7bbf0f1162 100644
--- a/core/Filechecks.php
+++ b/core/Filechecks.php
@@ -44,7 +44,7 @@ class Filechecks
}
if(strpos($directoryToCheck, '/tmp/') !== false) {
- $directoryToCheck = SettingsPiwik::rewriteTmpPathWithHostname($directoryToCheck);
+ $directoryToCheck = SettingsPiwik::rewriteTmpPathWithInstanceId($directoryToCheck);
}
Filesystem::mkdir($directoryToCheck);