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:
authorsgiehl <stefan@piwik.org>2013-08-13 12:31:05 +0400
committersgiehl <stefan@piwik.org>2013-08-13 12:31:05 +0400
commit69e0789dfd3e5a9bb8ca6a8bff8a8111553e93e7 (patch)
tree188f9641991119e2e9852c4372243a501dacb3f7 /plugins/Installation
parent2703250445b70976ed67adf92a20c2727e2c9d56 (diff)
fixed errors on system check page in admin
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/Controller.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index 7d3d2e57a5..ef2e60453d 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -496,7 +496,11 @@ class Controller extends \Piwik\Controller\Admin
{
Piwik::checkUserIsSuperUser();
- $view = new View('@Installation/systemCheckPage');
+ $view = new View(
+ '@Installation/systemCheckPage',
+ $this->getInstallationSteps(),
+ __FUNCTION__
+ );
$this->setBasicVariablesView($view);
$view->duringInstall = false;