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:
authormattab <matthieu.aubry@gmail.com>2013-06-17 14:49:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-17 14:49:12 +0400
commite726876ec82eb263d66d0f9114a87c8d4447590c (patch)
tree30c0a0a9e81ff60ec8b1f9a24fb93216e0018823 /core/ArchiveProcessor.php
parentd0d43a7b1c08a8d9a3252bc6cefaed171f2fcfce (diff)
fixing build
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 8460a2280f..792048bfc5 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -378,7 +378,7 @@ abstract class Piwik_ArchiveProcessor
/**
* @return Piwik_Date
*/
- protected function getDateEnd()
+ public function getDateEnd()
{
return $this->getPeriod()->getDateEnd()->setTimezone($this->getSite()->getTimezone());
}