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:
authorMatthieu Aubry <matt@piwik.org>2015-11-24 07:29:17 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-24 07:29:17 +0300
commitecb4029437c42ebc7273af284b319265abdb5174 (patch)
treefe8719c2b440430f0b62d1ee375eef51a75216f6 /plugins
parent4eb02ff2fbfd6f1a1e6487976714effafc18210c (diff)
parentad5cfc851006101129c963743af512e72f225322 (diff)
Merge pull request #9268 from piwik/removed_line_to_merge_if_green
removed unused line from codebase
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Actions/Reports/GetPageUrls.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Actions/Reports/GetPageUrls.php b/plugins/Actions/Reports/GetPageUrls.php
index 0af899ef0e..e1cda77a48 100644
--- a/plugins/Actions/Reports/GetPageUrls.php
+++ b/plugins/Actions/Reports/GetPageUrls.php
@@ -37,8 +37,6 @@ class GetPageUrls extends Base
new AveragePageGenerationTime()
);
- $this->segmentSql = 'log_visit.visit_entry_idaction_url';
-
$this->menuTitle = 'General_Pages';
$this->widgetTitle = 'General_Pages';
}