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-12 14:34:13 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-12 14:34:13 +0400
commit03b9efe4b3e27dfdccf16fe8a09b2b006e1c7ac0 (patch)
tree19b96c34fe16c334be8c8317e058a2cc6fb7d22f /core/Config.php
parent36efd7a628b98ff94f15460c4a01367222517cf8 (diff)
Revert a6b50c783e6599217318f09cbfc0c0fde9c0d50f
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Config.php b/core/Config.php
index 2351adff63..2e093007c7 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -343,7 +343,6 @@ class Config extends Singleton
public function checkLocalConfigFound()
{
if (!$this->existsLocalConfig()) {
- Translate::loadEnglishTranslation();
throw new Exception(Piwik::translate('General_ExceptionConfigurationFileNotFound', array($this->pathLocal)));
}
}