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.10-b4.php')
-rwxr-xr-xcore/Updates/1.10-b4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/1.10-b4.php b/core/Updates/1.10-b4.php
index 5460b7f540..59ae4cda68 100755
--- a/core/Updates/1.10-b4.php
+++ b/core/Updates/1.10-b4.php
@@ -22,7 +22,7 @@ class Piwik_Updates_1_10_b4 extends Piwik_Updates
static function update()
{
try {
- PluginsManager::getInstance()->activatePlugin('MobileMessaging');
+ \Piwik\PluginsManager::getInstance()->activatePlugin('MobileMessaging');
} catch (Exception $e) {
// pass
}