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@piwik.org>2017-03-31 00:22:14 +0300
committerGitHub <noreply@github.com>2017-03-31 00:22:14 +0300
commitea6491028c4f90948d70ca51167f996fa6c3136a (patch)
tree2d2c58ecb1cbd67ab256ba83710cf39e15dd7e39 /plugins/Installation/Controller.php
parente6bac81abdf0d32429d208ce751f0e3333bacb20 (diff)
Improves "No data has been recorded yet" page (#11555)
* Improve 'No data recorded yet' page * updates expected UI screenshots * slightly improve text * update screenshot
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 5fa34da734..47b33fe9d4 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -376,6 +376,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
$viewTrackingHelp->jsTag = $javascriptGenerator->generate($idSite, Url::getCurrentUrlWithoutFileName());
$viewTrackingHelp->idSite = $idSite;
$viewTrackingHelp->piwikUrl = Url::getCurrentUrlWithoutFileName();
+ $viewTrackingHelp->isInstall = true;
$view->trackingHelp = $viewTrackingHelp->render();
$view->displaySiteName = $siteName;