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
path: root/core
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-12-01 07:33:53 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-12-01 22:11:00 +0300
commit1c672234176c77ed7a8771e23d5177e9b7009566 (patch)
tree8c6b2a376824df26728188b96f4b4b202f4d77d0 /core
parentbf377e2c74f606682ddcfdb62d970dc28b625c0c (diff)
Do not serialize API request otherwise
Diffstat (limited to 'core')
-rw-r--r--core/API/Request.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/API/Request.php b/core/API/Request.php
index 8ec38f50aa..6ddb8333f5 100644
--- a/core/API/Request.php
+++ b/core/API/Request.php
@@ -388,6 +388,7 @@ class Request
{
$params = array();
$params['format'] = 'original';
+ $params['serialize'] = '0';
$params['module'] = 'API';
$params['method'] = $method;
$params = $paramOverride + $params;