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:
-rwxr-xr-xconsole1
1 files changed, 1 insertions, 0 deletions
diff --git a/console b/console
index 6c67a50343..f3e56e6c09 100755
--- a/console
+++ b/console
@@ -10,6 +10,7 @@ require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
// load all plugins
+Piwik\Translate::loadEnglishTranslation();
Piwik\Plugin\Manager::getInstance()->returnLoadedPluginsInfo();
if (!Piwik\Common::isPhpCliMode()) {