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 'console')
-rwxr-xr-xconsole2
1 files changed, 0 insertions, 2 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;
}