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-06 05:46:24 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-06 05:46:24 +0400
commit49644c563c13c8e1c54e601528629adfb133d41e (patch)
tree14a29215d940d9692065a7000e49ebd6c68a993f /core/Archive.php
parente3e48f6a27c111507551b5fe8251ae4c5bee6df3 (diff)
Fix bug
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 1cb430ca9a..a371019fc0 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -619,7 +619,8 @@ class Archive
$doneFlag = $this->getDoneStringForPlugin($plugin);
$this->initializeArchiveIdCache($doneFlag);
- $idArchive = $processing->preProcessArchive($plugin);
+ $parameters->setRequestedPlugin($plugin);
+ $idArchive = $processing->preProcessArchive();
$visits = $processing->getNumberOfVisits();
if ($visits > 0) {