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-xconsole2
-rw-r--r--core/Console.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/console b/console
index ae091c5750..47b8ba59f9 100755
--- a/console
+++ b/console
@@ -14,8 +14,6 @@ if (!defined('PIWIK_INCLUDE_PATH')) {
require_once PIWIK_INCLUDE_PATH . '/core/bootstrap.php';
-Piwik\Translate::loadEnglishTranslation();
-
if (!Piwik\Common::isPhpCliMode()) {
exit;
}
diff --git a/core/Console.php b/core/Console.php
index 80fa29b758..e248ed4770 100644
--- a/core/Console.php
+++ b/core/Console.php
@@ -47,8 +47,6 @@ class Console extends Application
// Piwik not installed yet, no config file?
}
- Translate::reloadLanguage('en');
-
$commands = $this->getAvailableCommands();
foreach ($commands as $command) {