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/Updates/1.8.3-b1.php')
-rw-r--r--core/Updates/1.8.3-b1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/1.8.3-b1.php b/core/Updates/1.8.3-b1.php
index 334d1b9a07..99084a2814 100644
--- a/core/Updates/1.8.3-b1.php
+++ b/core/Updates/1.8.3-b1.php
@@ -43,7 +43,7 @@ class Piwik_Updates_1_8_3_b1 extends Piwik_Updates
static function update()
{
Piwik_Updater::updateDatabase(__FILE__, self::getSql());
- if (!PluginsManager::getInstance()->isPluginLoaded('PDFReports')) {
+ if (!\Piwik\PluginsManager::getInstance()->isPluginLoaded('PDFReports')) {
return;
}