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>2015-04-14 07:20:12 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-14 07:20:12 +0300
commit29bf1696fb8ab3c2095e3536c5344fa171b4bbe2 (patch)
treeab99fffb6a495dd58670b8675a6458cb457573b5 /plugins/Installation/Controller.php
parent56efeb834a8519635c53de9481d1ef1ce56fa237 (diff)
Added a comment
Diffstat (limited to 'plugins/Installation/Controller.php')
-rw-r--r--plugins/Installation/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index c533ac07fc..d2c391fdb3 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -111,6 +111,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
__FUNCTION__
);
+ // Do not use dependency injection because this service requires a lot of sub-services across plugins
/** @var DiagnosticService $diagnosticService */
$diagnosticService = StaticContainer::get('Piwik\Plugins\Diagnostics\DiagnosticService');
$view->diagnosticReport = $diagnosticService->runDiagnostics();