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-19 03:47:35 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-19 03:47:35 +0400
commit7c55b6c4e3e86b07989c05e293f74e5c2ea25181 (patch)
treeca2271a4285e51e5ba96a896d0d081b14e9fda29 /plugins/Actions/Reports
parente7534e41087d5c62e042ce1a1cbb3ea3faa00fd8 (diff)
migrated DBStats to new reports definition and added possibility to not appear in report metadata
Diffstat (limited to 'plugins/Actions/Reports')
-rw-r--r--plugins/Actions/Reports/GetPageUrls.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Actions/Reports/GetPageUrls.php b/plugins/Actions/Reports/GetPageUrls.php
index deb8b808cf..17ad2b1750 100644
--- a/plugins/Actions/Reports/GetPageUrls.php
+++ b/plugins/Actions/Reports/GetPageUrls.php
@@ -20,7 +20,6 @@ class GetPageUrls extends Base
$this->dimension = new PageUrl();
$this->name = Piwik::translate('Actions_PageUrls');
- $this->title = Piwik::translate('General_Pages');
$this->documentation = Piwik::translate('Actions_PagesReportDocumentation', '<br />')
. '<br />' . Piwik::translate('General_UsePlusMinusIconsDocumentation');