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/2.16.3-b2.php')
-rw-r--r--core/Updates/2.16.3-b2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/2.16.3-b2.php b/core/Updates/2.16.3-b2.php
index 968fcb75d5..0c0afaed86 100644
--- a/core/Updates/2.16.3-b2.php
+++ b/core/Updates/2.16.3-b2.php
@@ -21,7 +21,7 @@ class Updates_2_16_3_b2 extends PiwikUpdates
public function doUpdate(Updater $updater)
{
try {
- \Piwik\Plugin\Manager::getInstance()->activatePlugin('CustomPiwikJs');
+ \Piwik\Plugin\Manager::getInstance()->activatePlugin('CustomJsTracker');
} catch (\Exception $e) {
}
}