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/Translation/Translator.php')
-rw-r--r--core/Translation/Translator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Translation/Translator.php b/core/Translation/Translator.php
index 98b3759f3b..9ed366c7ba 100644
--- a/core/Translation/Translator.php
+++ b/core/Translation/Translator.php
@@ -194,7 +194,7 @@ class Translator
public function reset()
{
$this->currentLanguage = $this->getDefaultLanguage();
- $this->directories = array();
+ $this->directories = array(PIWIK_INCLUDE_PATH . '/lang');
$this->translations = array();
}