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-20 01:18:35 +0300
committersgiehl <stefan@piwik.org>2015-01-20 01:18:35 +0300
commit91dc1d284067f9707293d76d1591163e26df7c10 (patch)
tree68194dd220f48cfcf1fc8084e3ced6089cabe7de /plugins/Live
parent38cb7c094d9e3ff4c7f24e88ccbe3563d842e6c9 (diff)
improved method name
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/Reports/GetLastVisitsDetails.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/Reports/GetLastVisitsDetails.php b/plugins/Live/Reports/GetLastVisitsDetails.php
index bb88e712f5..7d5318b588 100644
--- a/plugins/Live/Reports/GetLastVisitsDetails.php
+++ b/plugins/Live/Reports/GetLastVisitsDetails.php
@@ -27,7 +27,7 @@ class GetLastVisitsDetails extends Base
return VisitorLog::ID;
}
- public function isDefaultTypeFixed()
+ public function alwaysUseDefaultViewDataTable()
{
return true;
}