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 <thomas.steur@googlemail.com>2014-06-12 08:58:56 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-12 08:58:56 +0400
commit4d9ed37d4b3f1af8cafd8f3cddb022abaec996b3 (patch)
tree253b33a2cb5d65f2ca27bf8705e4d12ac5254d9b /plugins/Actions/Reports
parent89ed726287cd16cf2712bd44073e9c16022c0062 (diff)
fixed some tests
Diffstat (limited to 'plugins/Actions/Reports')
-rw-r--r--plugins/Actions/Reports/Get.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Actions/Reports/Get.php b/plugins/Actions/Reports/Get.php
index 5a7ba73eaf..7205350be5 100644
--- a/plugins/Actions/Reports/Get.php
+++ b/plugins/Actions/Reports/Get.php
@@ -19,8 +19,7 @@ class Get extends Base
parent::init();
$this->name = Piwik::translate('General_Actions') . ' - ' . Piwik::translate('General_MainMetrics');
- $this->documentation = Piwik::translate('Actions_PagesReportDocumentation', '<br />')
- . '<br />' . Piwik::translate('General_UsePlusMinusIconsDocumentation');
+ $this->documentation = ''; // TODO
$this->order = 1;
$this->metrics = array(
'nb_pageviews',