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:
authorsgiehl <stefan@piwik.org>2015-01-12 21:53:04 +0300
committersgiehl <stefan@piwik.org>2015-01-12 21:53:04 +0300
commit037c64e3faccae9392712660aa1958c2c34ce493 (patch)
tree0536820f4d845a63b9ac9e59e3a3a2397da52569 /plugins/Live
parenta0b8ddbde4dffdcc597687ace203e8d8d4f238d4 (diff)
refs #6928 - set fixed view type for visitor log
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/Reports/GetLastVisitsDetails.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Live/Reports/GetLastVisitsDetails.php b/plugins/Live/Reports/GetLastVisitsDetails.php
index 9c2b4373e3..bb88e712f5 100644
--- a/plugins/Live/Reports/GetLastVisitsDetails.php
+++ b/plugins/Live/Reports/GetLastVisitsDetails.php
@@ -27,6 +27,11 @@ class GetLastVisitsDetails extends Base
return VisitorLog::ID;
}
+ public function isDefaultTypeFixed()
+ {
+ return true;
+ }
+
public function configureReportingMenu(MenuReporting $menu)
{
if ($this->isEnabled()) {