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:
authordiosmosis <diosmosis@users.noreply.github.com>2020-04-25 23:31:17 +0300
committerGitHub <noreply@github.com>2020-04-25 23:31:17 +0300
commit66bcb98556e5b92b7b6187a5a904e13a408d0ed6 (patch)
treea65464e4f8ef02401f0c8c6c89ab888c9befa611 /plugins/CoreAdminHome
parent0b4d70ac34502b1429d89cbefd23a1e0c7607d0e (diff)
Merge json2 renderer w/ json so json now has correct rendering of arrays. (#15851)
* Merge json2 renderer w/ json so json now has correct rendering of arrays. * update changelog * update submodule * fix test Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'plugins/CoreAdminHome')
-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 86ac79a103..d119cf19bf 100644
--- a/plugins/CoreAdminHome/Controller.php
+++ b/plugins/CoreAdminHome/Controller.php
@@ -142,7 +142,7 @@ class Controller extends ControllerAdmin
return '';
}
- $response = new ResponseBuilder('json2');
+ $response = new ResponseBuilder('json');
try {
$this->checkTokenInUrl();