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/API
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-07-30 05:58:26 +0300
committerdiosmosis <benaka@piwik.pro>2015-08-07 17:15:20 +0300
commit140fd2c03e7dd2136d1311061e128d6606001efc (patch)
treef5550e097a32f2a4f49a01408b9854b89b5215e4 /core/API
parent20aa78c7796777e8c08ee786b6a3c308cdaac458 (diff)
Add expanded query param to DocumentationGenerator so the API test generation logic will not erase the param from API tests.
Diffstat (limited to 'core/API')
-rw-r--r--core/API/DocumentationGenerator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/API/DocumentationGenerator.php b/core/API/DocumentationGenerator.php
index 016a90dbe2..64c25bf9b0 100644
--- a/core/API/DocumentationGenerator.php
+++ b/core/API/DocumentationGenerator.php
@@ -290,6 +290,7 @@ class DocumentationGenerator
$aParameters['pivotByColumnLimit'] = false;
$aParameters['disable_queued_filters'] = false;
$aParameters['disable_generic_filters'] = false;
+ $aParameters['expanded'] = false;
$moduleName = Proxy::getInstance()->getModuleNameFromClassName($class);
$aParameters = array_merge(array('module' => 'API', 'method' => $moduleName . '.' . $methodName), $aParameters);