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-12 07:13:38 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-12 07:13:38 +0400
commit1086707f576d219e6a5a414e70b8ba9be82b54d2 (patch)
tree819b4803b056e4bdc8066f77e98cb3a838f46d98 /core/Archive.php
parent85377f6ad7f2083907c2ea6f73ae4c3edf953a55 (diff)
Refs #4278 Continue refactoring, removing the function's flag parameter
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Archive.php b/core/Archive.php
index f8fa4957cd..540a9879b5 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -792,8 +792,7 @@ class Archive
$doneFlag = $this->getDoneStringForPlugin($plugin);
$this->initializeArchiveIdCache($doneFlag);
- $parameters->setRequestedPlugin($plugin);
- $idArchive = $processing->prepareArchive();
+ $idArchive = $processing->prepareArchive($plugin);
if($idArchive) {
$this->idarchives[$doneFlag][$periodString][] = $idArchive;