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:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:36:31 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:36:31 +0400
commitabf00e3d0dc938dbd399f745bf0481baec4c96d6 (patch)
tree6248dbd564d2171cd9318b343a9ef60d6fd3ca8e /plugins/Installation/Installation.php
parent156e75dc10ddc83af1cab876cde5447767144d17 (diff)
refs #5863 fix more tests including installation UI tests
Diffstat (limited to 'plugins/Installation/Installation.php')
-rw-r--r--plugins/Installation/Installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index 758f398a7a..63fd3149dd 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -87,7 +87,7 @@ class Installation extends \Piwik\Plugin
$message = '';
}
- Translate::loadCoreTranslation();
+ Translate::reloadLanguage();
$action = Common::getRequestVar('action', 'welcome', 'string');