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:
authormattab <matthieu.aubry@gmail.com>2015-06-23 06:15:56 +0300
committermattab <matthieu.aubry@gmail.com>2015-06-23 06:15:56 +0300
commit16b33927ef545c4b7e66d9761b89d8f0a75784d0 (patch)
tree5080ea04585cef30df6ded500b93bce75375528d /plugins/Dashboard
parent57e3d82885411dea5a6351cc973cfcd48006bffd (diff)
Display dashboard layout for anonymous user
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dashboard/Controller.php b/plugins/Dashboard/Controller.php
index 4c7d0c53f4..afd5e4236e 100644
--- a/plugins/Dashboard/Controller.php
+++ b/plugins/Dashboard/Controller.php
@@ -88,6 +88,7 @@ class Controller extends \Piwik\Plugin\Controller
$layout = $this->getLayout($idDashboard);
+ Json::sendHeaderJSON();
return $layout;
}