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:
authorStefan Giehl <stefan@matomo.org>2022-01-07 16:21:13 +0300
committerGitHub <noreply@github.com>2022-01-07 16:21:13 +0300
commitd5d91db688dd1e2528a3dbea5f32a5a176af520f (patch)
tree9db50decac3be986c2cb81dd58735f0ce3b7a498 /plugins/Installation/Controller.php
parent88797d70be882db2a56cd876fed1063fc1cd929c (diff)
Fixes some smaller UI regressions (#18589)
* fix some UI regressions * updates expected UI test files
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 a26a42fe1b..413d77aeb6 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -118,6 +118,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
/** @var DiagnosticService $diagnosticService */
$diagnosticService = StaticContainer::get('Piwik\Plugins\Diagnostics\DiagnosticService');
$view->diagnosticReport = $diagnosticService->runDiagnostics();
+ $view->isInstallation = true;
$view->showNextStep = !$view->diagnosticReport->hasErrors();