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-22 06:32:06 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-22 06:32:06 +0300
commitf172b5924d52cbfda53e7ce23db0bb58da6db0f3 (patch)
treebf8a8224de5573998693519ab986f2ca3c40a2ef /console
parentb4af652dd9284f5565ba658389840a47dac48211 (diff)
Removed Piwik\Loader: Composer's autoloader is now included in core/bootstrap.php
Diffstat (limited to 'console')
-rwxr-xr-xconsole3
1 files changed, 0 insertions, 3 deletions
diff --git a/console b/console
index 9bc11d38ec..ae091c5750 100755
--- a/console
+++ b/console
@@ -14,9 +14,6 @@ if (!defined('PIWIK_INCLUDE_PATH')) {
require_once PIWIK_INCLUDE_PATH . '/core/bootstrap.php';
-require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
-Piwik\Loader::init();
-
Piwik\Translate::loadEnglishTranslation();
if (!Piwik\Common::isPhpCliMode()) {