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:
Diffstat (limited to 'plugins/API/Reports/Get.php')
-rw-r--r--plugins/API/Reports/Get.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/API/Reports/Get.php b/plugins/API/Reports/Get.php
index 8adc67b4ed..445ec3cbc3 100644
--- a/plugins/API/Reports/Get.php
+++ b/plugins/API/Reports/Get.php
@@ -27,11 +27,11 @@ class Get extends Report
$this->reportsToMerge = $this->getReportsToMerge();
- $this->module = 'API';
- $this->action = 'get';
+ $this->module = 'API';
+ $this->action = 'get';
- $this->categoryId = 'API';
- $this->name = Piwik::translate('General_MainMetrics');
+ $this->categoryId = 'API';
+ $this->name = Piwik::translate('General_MainMetrics');
$this->documentation = '';
$this->processedMetrics = array();