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-07-20 11:09:46 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-20 11:09:46 +0400
commit0a63210e3eae7562af1a3dbee340eb1ee140db3d (patch)
treec9f7c3a36a4b344b25c12aa04fed0733efb3bfa0 /core/Updates/1.10.1.php
parent7ca35544d15cdb41b17283e693c8a14777c923ad (diff)
Converting to namespace: Period*, Metrics, Segment, SegmentExpression, PluginsManager
Diffstat (limited to 'core/Updates/1.10.1.php')
-rwxr-xr-xcore/Updates/1.10.1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/1.10.1.php b/core/Updates/1.10.1.php
index ac00818c2f..879a20de02 100755
--- a/core/Updates/1.10.1.php
+++ b/core/Updates/1.10.1.php
@@ -22,7 +22,7 @@ class Piwik_Updates_1_10_1 extends Piwik_Updates
static function update()
{
try {
- Piwik_PluginsManager::getInstance()->activatePlugin('Overlay');
+ PluginsManager::getInstance()->activatePlugin('Overlay');
} catch (Exception $e) {
// pass
}