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.9-b19.php')
-rwxr-xr-xcore/Updates/1.9-b19.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/1.9-b19.php b/core/Updates/1.9-b19.php
index 771459b999..03f142de0d 100755
--- a/core/Updates/1.9-b19.php
+++ b/core/Updates/1.9-b19.php
@@ -33,7 +33,7 @@ class Piwik_Updates_1_9_b19 extends Piwik_Updates
try {
- PluginsManager::getInstance()->activatePlugin('Transitions');
+ \Piwik\PluginsManager::getInstance()->activatePlugin('Transitions');
} catch (Exception $e) {
}
}