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 Aubry <mattab@users.noreply.github.com>2016-12-02 07:32:03 +0300
committerGitHub <noreply@github.com>2016-12-02 07:32:03 +0300
commit95dff7b6812f54c1afc67d6781a5d01d47c3ca60 (patch)
tree3c49147c490360c0d436dba0e1c9690d9978bd0b /plugins/CoreAdminHome/Controller.php
parent28409d4c92f46ce3b250501c769bb08ebb26884c (diff)
parent59ba07cba11cd51a49ba5a4946abee0d34c4c7a9 (diff)
Merge pull request #10945 from piwik/3.x-dev3.0.0-b4
Piwik 3.0.0-b4 release
Diffstat (limited to 'plugins/CoreAdminHome/Controller.php')
-rw-r--r--plugins/CoreAdminHome/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/Controller.php b/plugins/CoreAdminHome/Controller.php
index 7621aa1f78..3531623eef 100644
--- a/plugins/CoreAdminHome/Controller.php
+++ b/plugins/CoreAdminHome/Controller.php
@@ -114,7 +114,7 @@ class Controller extends ControllerAdmin
return '';
}
- $response = new ResponseBuilder('json2');
+ $response = new ResponseBuilder('json');
try {
$this->checkTokenInUrl();