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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-30 02:35:13 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-05 05:25:13 +0300
commit62194cf004dfdb528c3ca5b59289660634f1369f (patch)
treea00107d91e58f8db6cce2971a01725e50e3535f2 /console
parentea9c95410a436cea3051ab813476c24b4ddaca0d (diff)
Removed useless translations loading (now lazily-loaded)
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;
}