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-08-14 22:09:06 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-08-14 22:09:06 +0400
commitd81e75e645303cecee4fb037e269903653f4400b (patch)
tree4d7d4ca8e30621e9691b08dfaa7a8b9c4c53634f /plugins/VisitTime
parent23c5db1fa75f95ff20c14931820e7e7ce050c686 (diff)
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/VisitTime.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index 966b4134ed..014d2eda44 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -57,6 +57,7 @@ class Piwik_VisitTime extends Piwik_Plugin
$archiveProcessing->archiveDataTable($dataTableToSum);
}
+
public function archiveDay( $notification )
{
$archiveProcessing = $notification->getNotificationObject();