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 /core/Console.php
parentea9c95410a436cea3051ab813476c24b4ddaca0d (diff)
Removed useless translations loading (now lazily-loaded)
Diffstat (limited to 'core/Console.php')
-rw-r--r--core/Console.php2
1 files changed, 0 insertions, 2 deletions
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) {