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.3-b10.php')
-rwxr-xr-xcore/Updates/1.9.3-b10.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/1.9.3-b10.php b/core/Updates/1.9.3-b10.php
index 0bdff3f713..97e2cd5d5e 100755
--- a/core/Updates/1.9.3-b10.php
+++ b/core/Updates/1.9.3-b10.php
@@ -22,7 +22,7 @@ class Piwik_Updates_1_9_3_b10 extends Piwik_Updates
static function update()
{
try {
- PluginsManager::getInstance()->activatePlugin('Annotations');
+ \Piwik\PluginsManager::getInstance()->activatePlugin('Annotations');
} catch (Exception $e) {
// pass
}