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-10-10 05:55:41 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-10 05:55:41 +0400
commitb9654b61b2dd1cfeb5dbcbdaedd7ca4cb91bd12f (patch)
tree7c089580a91bd6a4f26dd3457adf618e09de6296 /core/ArchiveProcessor.php
parentb6a4d25127b207143b500295432ba53e9a018c84 (diff)
Refs #4208 Plugin classes moved
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 db481096f3..2d9b9b5774 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -443,7 +443,7 @@ abstract class ArchiveProcessor
if ($pluginBeingProcessed == $pluginName) {
return true;
}
- if (!\Piwik\PluginsManager::getInstance()->isPluginLoaded($pluginBeingProcessed)) {
+ if (!\Piwik\Plugin\Manager::getInstance()->isPluginLoaded($pluginBeingProcessed)) {
return true;
}
return false;