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:
authorThomas Steur <thomas.steur@gmail.com>2013-11-18 00:57:18 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-18 00:57:18 +0400
commit0487c692f4998d4221a00c8f29d4a94b6d3fd43d (patch)
tree8c1e4098d327b53f11897bbc9b4a7489ddac3c72 /console
parent1277867fd2fc4765b4a6f5b2710be9ddb30cc582 (diff)
fix position of comment
Diffstat (limited to 'console')
-rwxr-xr-xconsole2
1 files changed, 1 insertions, 1 deletions
diff --git a/console b/console
index f3e56e6c09..b1dafb8e33 100755
--- a/console
+++ b/console
@@ -9,8 +9,8 @@ require_once PIWIK_INCLUDE_PATH . '/vendor/autoload.php';
require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
-// load all plugins
Piwik\Translate::loadEnglishTranslation();
+// load all plugins
Piwik\Plugin\Manager::getInstance()->returnLoadedPluginsInfo();
if (!Piwik\Common::isPhpCliMode()) {