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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-10 06:30:24 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-10 06:30:24 +0300
commita1fe093ab4cd5243ef3ff22ebd5f6814a6e1c4a7 (patch)
treec1664cd45887f5ba846ee79ace2231ad17c16fe0 /core/SettingsPiwik.php
parent8e37ebbc15711796990bcf6c9a30da17386ba93b (diff)
Remove deprecated SettingsPiwik::rewriteTmpPathWithInstanceId()
Diffstat (limited to 'core/SettingsPiwik.php')
-rw-r--r--core/SettingsPiwik.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/SettingsPiwik.php b/core/SettingsPiwik.php
index 6a30ddfecb..7a731b9b98 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -267,21 +267,6 @@ class SettingsPiwik
}
/**
- * If Piwik uses per-domain config file, also make tmp/ folder per-domain
- * @param $path
- * @return string
- * @throws \Exception
- *
- * @deprecated Get the 'path.tmp' config from the container instead.
- */
- public static function rewriteTmpPathWithInstanceId($path)
- {
- $tmp = '/tmp/';
- $path = self::rewritePathAppendPiwikInstanceId($path, $tmp);
- return $path;
- }
-
- /**
* If Piwik uses per-domain config file, make sure CustomLogo is unique
* @param $path
* @return mixed