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:
Diffstat (limited to 'core/PluginsArchiver.php')
-rw-r--r--core/PluginsArchiver.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/PluginsArchiver.php b/core/PluginsArchiver.php
index dca85a7c77..89fd74453a 100644
--- a/core/PluginsArchiver.php
+++ b/core/PluginsArchiver.php
@@ -17,7 +17,7 @@ abstract class Piwik_PluginsArchiver
{
protected $processor;
- public function __construct(Piwik_ArchiveProcessing $processing)
+ public function __construct(Piwik_ArchiveProcessor $processing)
{
$this->maximumRows = Piwik_Config::getInstance()->General['datatable_archiving_maximum_rows_standard'];
$this->processor = $processing;
@@ -36,7 +36,7 @@ abstract class Piwik_PluginsArchiver
}
/**
- * @return Piwik_ArchiveProcessing_Day|Piwik_ArchiveProcessing_Period
+ * @return Piwik_ArchiveProcessor_Day|Piwik_ArchiveProcessor_Period
*/
protected function getProcessor()
{