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-11-05 03:49:07 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-05 03:49:07 +0400
commit09b56ba3d65de601cea754941b23788f777fa794 (patch)
tree7a7367a74747f4200fef1df1407bdbcc525c7f79 /core/ArchiveProcessor.php
parent670b24f665de4a87ffed56f15decca8320ed107c (diff)
Refs #4278 make isArchiveTemporary protected
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 212f1c06ef..e0039e2bb7 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -426,7 +426,7 @@ class ArchiveProcessor
return Rules::getMinTimeProcessedForTemporaryArchive($this->getDateStart(), $this->getPeriod(), $this->getSegment(), $this->getSite());
}
- public function isArchiveTemporary()
+ protected function isArchiveTemporary()
{
if (is_null($this->temporaryArchive)) {
throw new Exception("getMinTimeArchiveProcessed() should be called prior to isArchiveTemporary()");