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-20 06:39:13 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-20 06:39:13 +0400
commitf36ae5d9cd31dbe8a2bb4e14b77f6514b271e10b (patch)
tree580c268f5a51a1c1292ddb9453ad86d67ae674c7 /core/SettingsPiwik.php
parent03b22ecb79a834d17e98acccc1c4e3649757d338 (diff)
Removing BC code because turns out it should not be there
Diffstat (limited to 'core/SettingsPiwik.php')
-rw-r--r--core/SettingsPiwik.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/SettingsPiwik.php b/core/SettingsPiwik.php
index 61b27607e3..4f71551475 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -389,12 +389,6 @@ class SettingsPiwik
return $instanceId;
}
- // Backward compatbility, in case the instance_id is not in the config file yet
- $configHostname = Config::getInstance()->getConfigHostnameIfSet();
- if(!empty($configHostname)) {
- return $configHostname;
- }
-
// do not rewrite the path as Piwik uses the standard config.ini.php file
return false;
}