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:
authorThomas Steur <tsteur@users.noreply.github.com>2017-01-10 04:07:29 +0300
committerGitHub <noreply@github.com>2017-01-10 04:07:29 +0300
commit66e1aebe41951d84f24d91abeb88ce5340a9626a (patch)
treec3b1dbdd9005243789701698e8ffe956fc632405 /plugins/ExampleReport
parent92a00c6c920d4f2d5de5f7bd0abbc832fae74b30 (diff)
fix typo in example report
Diffstat (limited to 'plugins/ExampleReport')
-rw-r--r--plugins/ExampleReport/Reports/GetExampleReport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleReport/Reports/GetExampleReport.php b/plugins/ExampleReport/Reports/GetExampleReport.php
index 9e0980f050..7e0fc66f9d 100644
--- a/plugins/ExampleReport/Reports/GetExampleReport.php
+++ b/plugins/ExampleReport/Reports/GetExampleReport.php
@@ -50,7 +50,7 @@ class GetExampleReport extends Base
// $this->constantRowsCount = true;
// If a subcategory is specified, the report will be displayed in the menu under this menu item
- // $this->subCategory = 'ExampleReportName';
+ // $this->subcategoryId = 'ExampleReportName';
}
/**