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/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php')
-rw-r--r--plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php
index 74dbf69c14..d7c2a7b7e8 100644
--- a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php
+++ b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php
@@ -31,7 +31,6 @@ class GetNumberOfVisitsByVisitCount extends Base
);
$this->constantRowsCount = true;
$this->order = 25;
- $this->widgetTitle = 'VisitorInterest_visitsByVisitCount';
}
public function configureView(ViewDataTable $view)