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/Contents/Reports/GetContentPieces.php')
-rw-r--r--plugins/Contents/Reports/GetContentPieces.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Contents/Reports/GetContentPieces.php b/plugins/Contents/Reports/GetContentPieces.php
index ccf89c0196..4225c4d446 100644
--- a/plugins/Contents/Reports/GetContentPieces.php
+++ b/plugins/Contents/Reports/GetContentPieces.php
@@ -24,8 +24,7 @@ class GetContentPieces extends Base
parent::init();
$this->name = Piwik::translate('Contents_ContentPiece');
- $this->dimension = null;
- // TODO $this->documentation = Piwik::translate('ContentsDocumentation');
+ $this->documentation = Piwik::translate('Contents_ContentPieceReportDocumentation');
$this->dimension = new ContentPiece();
$this->order = 36;
$this->actionToLoadSubTables = 'getContentPieces';