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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-03 19:21:10 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-03 19:21:10 +0300
commit275bf7fa99faaedb5f33e68c12e8be5570484343 (patch)
tree73acb80d53f1c3391b87e1d7c06aa9463f52ef39 /plugins/Referers/API.php
parent433a7c77563906ee85bfd6c46c4b2d984dc57ccc (diff)
- cleaning FrontController.php
- Updater now works and looks nice + added unit tests - adding version number in META tags - now hiding the Core plugins (CoreHome, CoreAdminHome, CoreUpdater, CorePluginsAdmin)
Diffstat (limited to 'plugins/Referers/API.php')
-rw-r--r--plugins/Referers/API.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Referers/API.php b/plugins/Referers/API.php
index b1e1f7d48f..64f4a70050 100644
--- a/plugins/Referers/API.php
+++ b/plugins/Referers/API.php
@@ -28,6 +28,9 @@ class Piwik_Referers_API extends Piwik_Apiable
return self::$instance;
}
+ /**
+ * @return Piwik_DataTable
+ */
private function getDataTable($name, $idSite, $period, $date, $expanded, $idSubtable = null)
{
Piwik::checkUserHasViewAccess( $idSite );